Changeset 2113

Show
Ignore:
Timestamp:
03/02/2008 12:59:18 PM (4 months ago)
Author:
stbuehler
Message:

Fix previous merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/src/mod_extforward.c

    r2061 r2113  
    330330 
    331331static void clean_cond_cache(server *srv, connection *con) { 
    332         config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTEIP); 
     332        config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTE_IP); 
    333333} 
    334334 
  • branches/lighttpd-1.4.x/src/response.c

    r2112 r2113  
    192192                config_patch_connection(srv, con, COMP_HTTP_USER_AGENT);/* User-Agent:  */ 
    193193                config_patch_connection(srv, con, COMP_HTTP_COOKIE);    /* Cookie:  */ 
     194                config_patch_connection(srv, con, COMP_HTTP_REQUEST_METHOD); /* REQUEST_METHOD */ 
    194195 
    195196                /** their might be a fragment which has to be cut away */ 
     
    277278 
    278279                config_patch_connection(srv, con, COMP_HTTP_URL); /* HTTPurl */ 
     280                config_patch_connection(srv, con, COMP_HTTP_QUERY_STRING); /* HTTPqs */ 
    279281 
    280282                /* do we have to downgrade to 1.0 ? */