https://bz.apache.org/bugzilla/show_bug.cgi?id=65631

--- Comment #7 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Ruediger Pluem from comment #6)
> 
> I tend to say yes as it should sent a FIN back to close the connection.

Right because without this FIN/ACK there is no way for the proxy to determine
whether the last packet sent was received by the peer (besides looking at the
sequence number of the RST, which we don't have access to at mod_proxy
level..).
So it may be an error or not.

Maybe a SetEnv "proxy-tunnel-no-error-for-rst-on-fin" (or alike) could forcibly
control whether we tolerate a RST on a FIN-ed connection, though it's for the
final status in access log "only" (it won't change anything from the tunneling
POV).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to