Changeset 1856
- Timestamp:
- 05/16/2007 01:38:50 PM (17 months ago)
- Files:
-
- 1 modified
-
trunk/src/mod_proxy_core.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mod_proxy_core.c
r1841 r1856 1179 1179 1180 1180 case PROXY_CONNECTION_STATE_CLOSED: 1181 /* user terminate connection and proxy connection is still in CONNECTING mode. 1182 * this happends frequently when backends are slow 1183 */ 1184 case PROXY_CONNECTION_STATE_CONNECTING: 1181 1185 proxy_remove_backend_connection(srv, sess); 1182 1186 case PROXY_CONNECTION_STATE_IDLE:

