Changeset 2201
- Timestamp:
- 07/20/2008 05:55:14 PM (3 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
src/mod_magnet.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r2200 r2201 29 29 * let spawn-fcgi propagate exit code from spawned fcgi application 30 30 * close connection after redirect in trigger_b4_dl (thx icy) 31 * close connection in mod_magnet if returned status code 31 32 32 33 - 1.4.19 - 2008-03-10 -
branches/lighttpd-1.4.x/src/mod_magnet.c
r2155 r2201 768 768 if (lua_return_value > 99) { 769 769 con->http_status = lua_return_value; 770 con->file_finished = 1; 770 771 771 772 /* try { ...*/

