- verbose FCGI header too small error

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2119 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.19
Elan Ruusamäe 2008-03-07 10:48:34 +00:00
parent 0663d67c1a
commit 0fd628958c
1 changed files with 1 additions and 1 deletions

View File

@ -2352,7 +2352,7 @@ static int fastcgi_get_packet(server *srv, handler_ctx *hctx, fastcgi_response_p
/* no header */
buffer_free(packet->b);
log_error_write(srv, __FILE__, __LINE__, "s", "FastCGI: header too small");
log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small:", packet->b->used, "bytes <", sizeof(FCGI_Header), "bytes");
return -1;
}