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 2012/06/12 18:11:11 UTC

[Bug 42586] POST Data lost sometimes sporadically

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

--- Comment #2 from Loic Etienne <lo...@tech.swisssign.com> ---
I observed exactly the same problem: after some reloads, it works.

With mod_perl apache2: $r-read() returns 0 (no byte read) although the
content-length header is not null. With tcpdump I observed that the browser
sends the expected post-body.

Furthermore, I observed that on failure (post data lost), the web server needs
a sensible time to respond, while on success (post data read correctly), the
response is almost immediate. Maybe some timeout problem (various mod_xxx set
timeouts)?

I also observed that failures tend to occur in a row.

-- 
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