Changeset 2097
- Timestamp:
- 02/27/2008 11:10:33 AM (8 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
src/connections.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r2096 r2097 40 40 * check for symlinks after successful pathinfo matching (#1574) 41 41 * fixed mod-proxy.t to run with a builddir outside of the src dir 42 * do not suppress content on "307 Temporary Redirect" (#1412) 42 43 43 44 - 1.4.18 - 2007-09-09 -
branches/lighttpd-1.4.x/src/connections.c
r2086 r2097 502 502 case 302: 503 503 case 303: 504 case 307: 504 505 break; 505 506

