nginx/src
Valentin Bartenev 7f54528ca0 SPDY: drop the "delayed" flag when finalizing connection.
This flag in SPDY fake write events serves the same purposes as the "ready"
flag in real events, and it must be dropped if request needs to be handled.
Otherwise, it can prevent the request from finalization if ngx_http_writer()
was set, which results in a connection leak.

Found by Xiaochen Wang.
2013-12-10 20:27:33 +04:00
..
core Fixed handling of UNIX-domain sockets. 2013-12-09 10:16:44 +04:00
event Core: keep the length of the local sockaddr. 2013-12-09 10:14:51 +04:00
http SPDY: drop the "delayed" flag when finalizing connection. 2013-12-10 20:27:33 +04:00
mail SSL: added ability to set keys used for Session Tickets (RFC5077). 2013-10-11 16:05:24 -07:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: fixed init_process without master process (ticket #453). 2013-11-29 17:23:47 +04:00