Changeset 2113
- Timestamp:
- 03/02/2008 12:59:18 PM (4 months ago)
- Files:
-
- branches/lighttpd-1.4.x/src/mod_extforward.c (modified) (1 diff)
- branches/lighttpd-1.4.x/src/response.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/src/mod_extforward.c
r2061 r2113 330 330 331 331 static void clean_cond_cache(server *srv, connection *con) { 332 config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTE IP);332 config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTE_IP); 333 333 } 334 334 branches/lighttpd-1.4.x/src/response.c
r2112 r2113 192 192 config_patch_connection(srv, con, COMP_HTTP_USER_AGENT);/* User-Agent: */ 193 193 config_patch_connection(srv, con, COMP_HTTP_COOKIE); /* Cookie: */ 194 config_patch_connection(srv, con, COMP_HTTP_REQUEST_METHOD); /* REQUEST_METHOD */ 194 195 195 196 /** their might be a fragment which has to be cut away */ … … 277 278 278 279 config_patch_connection(srv, con, COMP_HTTP_URL); /* HTTPurl */ 280 config_patch_connection(srv, con, COMP_HTTP_QUERY_STRING); /* HTTPqs */ 279 281 280 282 /* do we have to downgrade to 1.0 ? */

