DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37770>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

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





------- Additional Comments From [EMAIL PROTECTED]  2006-08-14 11:56 -------
(In reply to comment #30)
> As workaround, I made the following modification in 
> modules/proxy/proxy_util.c 
> (from source files) and changed line 1972 :
> BEFORE : if (APR_STATUS_IS_EOF(socket_status))
> AFTER : if (APR_STATUS_IS_EOF(socket_status) || APR_STATUS_IS_ECONNRESET
> (socket_status))
> Hope this helps...

That works perfectly. Apache no longer reports and error, when IIS uses a RST
packet to close an idle back end connection, and the request is serviced 
correcly.

Many thanks

James

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to