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-c4023f1b3aa9
svn/tags/lighttpd-1.4.14
Jan Kneschke 2007-04-09 16:57:54 +00:00
parent f0390806b4
commit 5db109e16d
1 changed files with 0 additions and 5 deletions

View File

@ -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);