Rainer Jung wrote:
Mladen Turk wrote:
Jean-Frederic wrote:
- if (status != APR_SUCCESS) {
+    if (! isok) {
         /* We had a failure: Close connection to backend */
         conn->close++;


http://issues.apache.org/bugzilla/show_bug.cgi?id=40310

The user comments, that the fix might be relevant for mod_jk too, which is why I have it on my open items list. But i didn't investigate until now.


Huh, I was wrong. Mod_jk always set the recoverable flag to false
if the initial read_client_body fails after sending the headers.

So, the patch to close the connection is legitimate, and mod_jk is
not affected by this flaw.

Regards,
Mladen.

Reply via email to