0.6.30 @ linux amd64 & fcgi

Igor Sysoev is at rambler-co.ru
Wed May 7 22:37:29 MSD 2008


On Wed, May 07, 2008 at 10:33:52PM +0400, Igor Sysoev wrote:

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

Вернее:

-        if (rc == NGX_OK) {
+        if (rc == NGX_OK && u->buffer.pos == u->buffer.last) {


> 
> -- 
> Игорь Сысоев
> http://sysoev.ru

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


-- 
Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list