The official NGINX Open Source repository.
Go to file
Maxim Dounin 4a75e1a63c Upstream: p->downstream_error instead of closing connection.
Previously, nginx closed client connection in cases when a response body
from upstream was needed to be cached or stored but shouldn't be sent to
the client.  While this is normal for HTTP, it is unacceptable for SPDY.

Fix is to use instead the p->downstream_error flag to prevent nginx from
sending anything downstream.  To make this work, the event pipe code was
modified to properly cache empty responses with the flag set.
2014-07-04 20:47:16 +04:00
auto Configure: restored "nginx/" missed in 6e4bb1d6679d. 2014-06-26 05:08:59 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.2-RELEASE 2014-06-17 16:51:25 +04:00
misc Updated OpenSSL used for win32 builds. 2014-06-17 11:38:55 +04:00
src Upstream: p->downstream_error instead of closing connection. 2014-07-04 20:47:16 +04:00
.hgtags release-1.7.2 tag 2014-06-17 16:51:25 +04:00