wait for the cgi response before we send the HTTP header

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@601 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 18 years ago
parent 86ac3fb37f
commit 2bc0d28842

@ -1062,9 +1062,8 @@ URIHANDLER_FUNC(cgi_is_handled) {
con->http_status = 500;
buffer_reset(con->physical.path);
return HANDLER_FINISHED;
}
return HANDLER_FINISHED;
}
}

Loading…
Cancel
Save