removed debug msg

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1937 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.17
Jan Kneschke 2007-08-17 22:35:19 +00:00
parent 8392673b7e
commit dc4879473f
1 changed files with 0 additions and 5 deletions

View File

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