Project

General

Profile

Bug #1138 ยป mod_proxy_core.patch

patch to fix the bug - qhy, 2007-04-24 03:01

View differences:

mod_proxy_core.c (working copy)
/* fall-through for non-keep-alive or response parsing didn't finish */
case PROXY_CONNECTION_STATE_CLOSED:
/* user terminate connection and proxy connection is still in CONNECTING mode.
* this happends frequently when backends are slow
*/
case PROXY_CONNECTION_STATE_CONNECTING:
proxy_remove_backend_connection(srv, sess);
case PROXY_CONNECTION_STATE_IDLE:
default:
    (1-1/1)