IIS and Nginx problem

Igor Sysoev is at rambler-co.ru
Wed May 23 22:25:21 MSD 2007


On Wed, May 23, 2007 at 08:38:23PM +0300, Pavel Yarkovoy wrote:

>    К сожаленю не помогло,  лог в атаче.

Предыдущий патч откатить, прилагаемый - накатить.
Было бы интересно взглянуть на получившийся debug log.


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/core/ngx_output_chain.c
===================================================================
--- src/core/ngx_output_chain.c	(revision 529)
+++ src/core/ngx_output_chain.c	(working copy)
@@ -473,7 +473,7 @@
         size += ngx_buf_size(cl->buf);
     }
 
-    if (size == 0) {
+    if (size == 0 && !ctx->connection->buffered) {
         return NGX_OK;
     }
 
@@ -489,6 +489,9 @@
 
     if (ctx->out == NULL) {
         ctx->last = &ctx->out;
+    }
+
+    if (!ctx->connection->buffered) {
         return NGX_OK;
     }
 


More information about the nginx-ru mailing list