ПРОЕКТЫ 


  АРХИВ 


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: 0.6.30 @ linux amd64 & fcgi



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



 




Copyright © Lexa Software, 1996-2009.