The official NGINX Open Source repository. https://nginx.org/
Find a file
Valentin Bartenev 75dad742e5 SPDY: fixed possible request hang.
Processing events from upstream connection can result in sending queued frames
from other streams.  In this case such streams were not added to handling queue
and properly handled.

A global per connection flag was replaced by a per stream flag that indicates
currently sending stream while all other streams can be added to handling
queue.
2013-12-26 17:03:16 +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 Typo fixed. 2013-12-19 13:50:23 +04:00
misc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
src SPDY: fixed possible request hang. 2013-12-26 17:03:16 +04:00
.hgtags release-1.5.8 tag 2013-12-17 17:46:26 +04:00