removed debug msg
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1937 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.17
parent
8392673b7e
commit
dc4879473f
|
@ -423,11 +423,6 @@ static int cgi_demux_response(server *srv, handler_ctx *hctx) {
|
|||
if (last_eol > 0 &&
|
||||
((i - last_eol == 1) ||
|
||||
(i - last_eol == 2 && hctx->response_header->ptr[i - 1] == '\r'))) {
|
||||
log_error_write(srv, __FILE__, __LINE__,
|
||||
"sdd",
|
||||
"EOL at",
|
||||
i, last_eol
|
||||
);
|
||||
is_header_end = 1;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue