ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: client timed out



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
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;


 




Copyright © Lexa Software, 1996-2009.