Vladimir Homutov:

You may try the following patch:

diff --git a/src/stream/ngx_stream_proxy_module.c
b/src/stream/ngx_stream_proxy_module.c
--- a/src/stream/ngx_stream_proxy_module.c
+++ b/src/stream/ngx_stream_proxy_module.c
@@ -1564,6 +1564,7 @@ ngx_stream_proxy_process(ngx_stream_sess
                     return;
                 }

+                src->read->ready = 0;
                 src->read->eof = 1;
                 n = 0;
             }


Hello Vladimir,

I can confirm the patch fix the issue.
Thanks!

Andreas


_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to