lighttpd-1.4.13-mod_fastcgi_missing_cleanup.patch
| lighttpd-1.4.13-mod_fastcgi/src/mod_fastcgi.c 2006-11-21 14:39:27.000000000 +0100 | ||
|---|---|---|
| 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); |