https://issues.apache.org/bugzilla/show_bug.cgi?id=42586
--- Comment #2 from Loic Etienne <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
