- space cosmetic for last commit
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2620 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.24
parent
cb1ad7b130
commit
e74295262b
|
@ -3270,7 +3270,7 @@ static handler_t fcgi_handle_fdevent(void *s, void *ctx, int revents) {
|
|||
hctx->reconnects < 5) {
|
||||
fcgi_reconnect(srv, hctx);
|
||||
|
||||
log_error_write(srv, __FILE__, __LINE__, "ssbsBSbs",
|
||||
log_error_write(srv, __FILE__, __LINE__, "ssbsBSBs",
|
||||
"response not received, request not sent",
|
||||
"on socket:", proc->connection_name,
|
||||
"for", con->uri.path, "?", con->uri.query, ", reconnecting");
|
||||
|
@ -3278,7 +3278,7 @@ static handler_t fcgi_handle_fdevent(void *s, void *ctx, int revents) {
|
|||
return HANDLER_WAIT_FOR_FD;
|
||||
}
|
||||
|
||||
log_error_write(srv, __FILE__, __LINE__, "sosbsBSbs",
|
||||
log_error_write(srv, __FILE__, __LINE__, "sosbsBSBs",
|
||||
"response not received, request sent:", hctx->wb->bytes_out,
|
||||
"on socket:", proc->connection_name,
|
||||
"for", con->uri.path, "?", con->uri.query, ", closing connection");
|
||||
|
|
Loading…
Reference in New Issue