Changeset 1856

Show
Ignore:
Timestamp:
05/16/2007 01:38:50 PM (17 months ago)
Author:
darix
Message:

- applied patch from #1138:

mod_proxy_core crashed for X-Rewrite-* feature. patch by qhy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/mod_proxy_core.c

    r1841 r1856  
    11791179 
    11801180                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:  
    11811185                        proxy_remove_backend_connection(srv, sess); 
    11821186                case PROXY_CONNECTION_STATE_IDLE: