Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126603
Collapse All | Expand All

(-)lighttpd-1.4.11.orig/src/mod_scgi.c (-1 / +1 lines)
Lines 2536-2542 Link Here
2536
					return HANDLER_WAIT_FOR_FD;
2536
					return HANDLER_WAIT_FOR_FD;
2537
				}
2537
				}
2538
				
2538
				
2539
				log_error_write(srv, __FILE__, __LINE__, "sdsdsd", 
2539
				log_error_write(srv, __FILE__, __LINE__, "sosdsd", 
2540
						"response not sent, request sent:", hctx->wb->bytes_out,
2540
						"response not sent, request sent:", hctx->wb->bytes_out,
2541
						"connection-fd:", con->fd,
2541
						"connection-fd:", con->fd,
2542
						"fcgi-fd:", hctx->fd);
2542
						"fcgi-fd:", hctx->fd);

Return to bug 126603