https://issues.apache.org/bugzilla/show_bug.cgi?id=39673
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30887|0 |1 is obsolete| | --- Comment #17 from Yann Ylavic <[email protected]> --- Created attachment 30888 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30888&action=edit mod_proxy_http one for one connection The previous patch segfaults when the backend closes the connection by itself, or when is_address_reusable is unset, or when disablereuse is on (however the two latter cases make few sense in 1for1 mode). This new patch fix these issues, and it won't enable 1for1 mode if the address is not reusable or disablereuse is on. To come (next comment), another patch that let mod_proxy do the job instead of mod_proxy_http (I find it more simple, so maybe with more chances to be accepted). -- 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]
