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 1445 1445 p = hctx->plugin_data; 1446 1446 con = hctx->remote_conn; 1447 1447 1448 if (con->mode != p->id) {1449 WP();1450 return;1451 }1452 1453 1448 if (hctx->fd != -1) { 1454 1449 fdevent_event_del(srv->ev, &(hctx->fde_ndx), hctx->fd); 1455 1450 fdevent_unregister(srv->ev, hctx->fd);

