client timed out

Igor Sysoev is at rambler-co.ru
Thu Feb 15 09:47:39 MSK 2007


On Thu, Feb 15, 2007 at 09:29:34AM +0300, Dmitry Frolov wrote:

> Там есть вот такое:
> 
> 2007/02/15 00:10:47 [debug] 31854#0: epoll: fd:6 ev:0004 d:099FE030
> 2007/02/15 00:10:47 [debug] 31854#0: *1 http upstream check client,
> write event:1, "/healthcheck/100k.txt"
> 2007/02/15 00:10:47 [debug] 31854#0: *1 http upstream recv(): -1 (11:
> Resource temporarily unavailable)
> 
> По крайней мере 'http upstream recv' из патча присутствует.

Да, похоже на то.
Прилагаемый патч должен исправить ошибку.
Хотелось бы увидеть лог, чтобы убедиться, что всё отрабатывается правильно.


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/ngx_http_request.c
===================================================================
--- src/http/ngx_http_request.c	(revision 428)
+++ src/http/ngx_http_request.c	(working copy)
@@ -1653,6 +1653,7 @@
 
     r->http_state = NGX_HTTP_WRITING_REQUEST_STATE;
 
+    r->read_event_handler = ngx_http_block_read;
     r->write_event_handler = ngx_http_writer;
 
     wev = r->connection->write;


More information about the nginx-ru mailing list