commit fix from Ticket #964
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1501 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.14
parent
db76b98e03
commit
5d8855bdef
|
@ -2528,7 +2528,7 @@ static handler_t scgi_handle_fdevent(void *s, void *ctx, int revents) {
|
|||
hctx->reconnects < 5) {
|
||||
scgi_reconnect(srv, hctx);
|
||||
|
||||
log_error_write(srv, __FILE__, __LINE__, "sdsdsd",
|
||||
log_error_write(srv, __FILE__, __LINE__, "ssdsd",
|
||||
"response not sent, request not sent, reconnection.",
|
||||
"connection-fd:", con->fd,
|
||||
"fcgi-fd:", hctx->fd);
|
||||
|
|
Loading…
Reference in New Issue