You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/01/28 23:10:01 UTC

[Bug 52492] requests with gzip+chunked encoded body return 400 in some cases

https://issues.apache.org/bugzilla/show_bug.cgi?id=52492

--- Comment #1 from Lars Tuschinski <la...@ista.com> ---
We are actually seeing this issue without having chunked transfer-encoding.
There is just a TCP-packet of 8 bytes size that is not seen by mod_deflate.
Those 8 bytes contain the crc and original (unzipped) lenght.

I had a look at the area where I believe the problem shows up. But couldn't
find a solution how to read the missing 8 bytes from the wire (as suggested in
the FIXME-comment on line 944 in mod_deflate.c of httpd 2.2.23.

But if I can be of any assistance, please let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org