nginx/src/event
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
..
modules Events: use eventfd() instead of syscall(SYS_eventfd) if possible. 2014-05-23 16:37:05 +04:00
ngx_event_accept.c Core: output client port number when logging accept event. 2014-05-22 00:16:09 +04:00
ngx_event_acceptex.c Core: keep the length of the local sockaddr. 2013-12-09 10:14:51 +04:00
ngx_event_busy_lock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connect.c Fixed format specifier in logging of "c->number". 2014-03-06 18:25:59 +04:00
ngx_event_connect.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_mutex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c OCSP stapling: missing OCSP request free call. 2014-04-29 22:22:38 +02:00
ngx_event_openssl.c SSL: the "ssl_password_file" directive. 2014-06-16 19:43:25 +04:00
ngx_event_openssl.h SSL: the "ssl_password_file" directive. 2014-06-16 19:43:25 +04:00
ngx_event_pipe.c Upstream: p->downstream_error instead of closing connection. 2014-07-04 20:47:16 +04:00
ngx_event_pipe.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_timer.c Fixed signed integer overflows in timer code (ticket #145). 2012-04-06 23:46:09 +00:00
ngx_event_timer.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event.c Unused macro and variable removed. 2013-10-02 11:51:04 +04:00
ngx_event.h Events: removed unused flags from the ngx_event_s structure. 2013-09-05 16:53:02 +04:00