Changeset 2201

Show
Ignore:
Timestamp:
07/20/2008 05:55:14 PM (3 months ago)
Author:
stbuehler
Message:

Close connection in mod_magnet if returned status code

Location:
branches/lighttpd-1.4.x
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/NEWS

    r2200 r2201  
    2929  * let spawn-fcgi propagate exit code from spawned fcgi application 
    3030  * close connection after redirect in trigger_b4_dl (thx icy) 
     31  * close connection in mod_magnet if returned status code 
    3132 
    3233- 1.4.19 - 2008-03-10 
  • branches/lighttpd-1.4.x/src/mod_magnet.c

    r2155 r2201  
    768768        if (lua_return_value > 99) { 
    769769                con->http_status = lua_return_value; 
     770                con->file_finished = 1; 
    770771 
    771772                /* try { ...*/