0.6.30 @ linux amd64 & fcgi
Igor Sysoev
is at rambler-co.ru
Wed May 7 22:33:52 MSD 2008
On Wed, May 07, 2008 at 05:12:58PM +0000, Sergey Serov wrote:
> Откат в версии 0.5.27 файла src/http/modules/ngx_http_fastcgi_module.c
> до версии 0.2.26 проблему решает. Изменениний на первый взгляд там минимум:
А если попробовать прилагаемый патч для 0.5.27 ?
--
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/modules/ngx_http_fastcgi_module.c
===================================================================
--- src/http/modules/ngx_http_fastcgi_module.c (revision 593)
+++ src/http/modules/ngx_http_fastcgi_module.c (revision 592)
@@ -1144,7 +1144,7 @@
return NGX_OK;
}
- if (rc == NGX_OK && u->buffer.pos == u->buffer.last) {
+ if (u->buffer.pos == u->buffer.last) {
return NGX_AGAIN;
}
More information about the nginx-ru
mailing list