Re: nginx-1.5.3

2013-08-03 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.3 for Windows http://goo.gl/qiz6kq (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

Re: nginx-1.5.3

2013-07-30 Thread Yichun Zhang (agentzh)
Hello! On Tue, Jul 30, 2013 at 7:49 PM, 卫越 wrote: >>*) Change: now after receiving an incomplete response from a backend >> server nginx tries to send an available part of the response to a >> client, and then closes client connection. > > It is obviously different from previous n

RE: nginx-1.5.3

2013-07-30 Thread 卫越
>*) Change: now after receiving an incomplete response from a backend > server nginx tries to send an available part of the response to a > client, and then closes client connection. It is obviously different from previous nginx, but I wonder why nginx made this change. __