Clenaup environment before finishing the request
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@354 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
cee3c0d880
commit
f88ca6b629
|
@ -595,6 +595,7 @@ static handler_t cgi_handle_fdevent(void *s, void *ctx, int revents) {
|
|||
#if 0
|
||||
log_error_write(srv, __FILE__, __LINE__, "ddss", con->fd, hctx->fd, connection_get_state(con->state), "finished");
|
||||
#endif
|
||||
cgi_connection_close(srv, hctx);
|
||||
|
||||
break;
|
||||
case FDEVENT_HANDLED_ERROR:
|
||||
|
|
Loading…
Reference in New Issue