cleanup whenever we have a data-struct on this connection
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1720 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.14
parent
f0390806b4
commit
5db109e16d
|
@ -1447,11 +1447,6 @@ void fcgi_connection_close(server *srv, handler_ctx *hctx) {
|
|||
p = hctx->plugin_data;
|
||||
con = hctx->remote_conn;
|
||||
|
||||
if (con->mode != p->id) {
|
||||
WP();
|
||||
return;
|
||||
}
|
||||
|
||||
if (hctx->fd != -1) {
|
||||
fdevent_event_del(srv->ev, &(hctx->fde_ndx), hctx->fd);
|
||||
fdevent_unregister(srv->ev, hctx->fd);
|
||||
|
|
Loading…
Reference in New Issue