Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP corrupts the message body when using transfer encoding chunked. #278

Open
manucarrace opened this issue Jan 12, 2016 · 0 comments
Open
Labels

Comments

@manucarrace
Copy link

Attached you can see two tcpdump captures:

  1. pep.pcap: packets received by the PEP: sudo tcpdump port 10026 -nn -l -s 2000 -w pep.pcap -i eth0. The message body is chunked and correct/complete.
  2. cb.pcap: packets received by the CB: sudo tcpdump port 1026 -nn -l -s 2000 -w cb.pcap -i lo. The mesage body is corrupted.
    The solution could be to make the component works with chunked transfer encoding or to explicitly not support the chunked transfer-encoding returning an error, in that case any component behind the PEP couldn't support chuncked transfer enconding.

https://jirapdi.tid.es/browse/DM-1019

@fgalan fgalan added the bug label Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants