Changeset 1987
- Timestamp:
- 09/06/2007 09:19:25 PM (12 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
src/configparser.y (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r1985 r1987 8 8 * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902) 9 9 * fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se) 10 * fixed hanging redirects with keep-alive due to missing 10 * fixed hanging redirects with keep-alive due to missing 11 11 "Content-Length: 0" headers 12 * fixed crashing when using undefined environment variables in the config 12 13 13 14 -
branches/lighttpd-1.4.x/src/configparser.y
r1371 r1987 231 231 232 232 value(A) ::= key(B). { 233 A = NULL; 233 234 if (strncmp(B->ptr, "env.", sizeof("env.") - 1) == 0) { 234 235 char *env;

