Hi Bert,

this patch seems to solve issue 3917 on pburba's test pc. Given the
error location you mentioned in desc6 I suspect it's the same issue.

Can you test and see if it solves it for you?

thanks,

Lieven
Index: outgoing.c
===================================================================
--- outgoing.c  (revision 1496)
+++ outgoing.c  (working copy)
@@ -1079,7 +1079,8 @@
         }
     }
     if ((events & APR_POLLHUP) != 0) {
-        return APR_ECONNRESET;
+        reset_connection(conn, 1);
+        return APR_SUCCESS;
     }
     if ((events & APR_POLLERR) != 0) {
         /* We might be talking to a buggy HTTP server that doesn't

Reply via email to