client timed out

Igor Sysoev is at rambler-co.ru
Wed Feb 14 22:05:48 MSK 2007


On Wed, Feb 14, 2007 at 09:44:37PM +0300, Dmitry Frolov wrote:

> Версия 0.5.12.
> На freebsd попробовал - там такой проблемы нет.
> Лог в аттаче.

Можно поставить прилагаемый патч и повторить лог ?


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/ngx_http_upstream.c
===================================================================
--- src/http/ngx_http_upstream.c	(revision 427)
+++ src/http/ngx_http_upstream.c	(working copy)
@@ -433,6 +433,9 @@
 
     err = ngx_socket_errno;
 
+    ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ev->log, err,
+                   "http upstream recv(): %d", n);
+
     /*
      * we do not need to disable the write event because
      * that event has NGX_USE_CLEAR_EVENT type


More information about the nginx-ru mailing list