Ticket #910: lighttpd-1.4.13-mod_fastcgi_missing_cleanup.patch

File lighttpd-1.4.13-mod_fastcgi_missing_cleanup.patch, 510 bytes (added by spillgroup, 22 months ago)
  • src/mod_fastcgi.c

    diff -Bru lighttpd-1.4.13/src/mod_fastcgi.c lighttpd-1.4.13-mod_fastcgi/src/mod_fastcgi.c
    old new  
    14451445        p    = hctx->plugin_data; 
    14461446        con  = hctx->remote_conn; 
    14471447 
    1448         if (con->mode != p->id) { 
    1449                 WP(); 
    1450                 return; 
    1451         } 
    1452  
    14531448        if (hctx->fd != -1) { 
    14541449                fdevent_event_del(srv->ev, &(hctx->fde_ndx), hctx->fd); 
    14551450                fdevent_unregister(srv->ev, hctx->fd);