The official NGINX Open Source repository.
Go to file
Valentin Bartenev 1ef5553644 SPDY: send output queue after processing of read event.
During the processing of input some control frames can be added to the queue.
And if there were no writing streams at the moment, these control frames might
be left unsent for a long time (or even forever).

This long delay is especially critical for PING replies since a client can
consider connection as broken and then resend exactly the same request over
a new connection, which is not safe in case of non-idempotent HTTP methods.
2014-01-15 17:16:38 +04:00
auto Configure: enable -Wconditional-uninitialized with clang. 2013-12-06 13:16:56 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs Year 2014. 2014-01-14 16:24:02 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src SPDY: send output queue after processing of read event. 2014-01-15 17:16:38 +04:00
.hgtags release-1.5.8 tag 2013-12-17 17:46:26 +04:00