Changeset 2147
- Timestamp:
- 04/23/2008 12:38:32 PM (3 months ago)
- Files:
-
- branches/lighttpd-1.4.x/NEWS (modified) (1 diff)
- branches/lighttpd-1.4.x/src/configfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/NEWS
r2145 r2147 14 14 * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628) 15 15 * Don't send empty Server headers (#1620) 16 * Fix conditional interpretation of core options 16 17 17 18 - 1.4.19 - 2008-03-10 branches/lighttpd-1.4.x/src/configfile.c
r1942 r2147 305 305 data_config *dc = (data_config *)srv->config_context->data[i]; 306 306 specific_config *s = srv->config_storage[i]; 307 308 /* not our stage */309 if (comp != dc->comp) continue;310 307 311 308 /* condition didn't match */

