nginx/src
Valentin Bartenev ac8bb7a9e5 SPDY: elimination of r->blocked counter usage for queuing frames.
It was used to prevent destroying of request object when there are unsent
frames in queue for the stream.  Since it was incremented for each frame
and is only 8 bits long, so it was not very hard to overflow the counter.

Now the stream->queued counter is checked instead.
2014-01-14 16:24:45 +04:00
..
core Resolver: added support for domain names with a trailing dot. 2014-01-10 11:22:14 -08:00
event SSL: ssl_buffer_size directive. 2013-12-20 16:18:25 +04:00
http SPDY: elimination of r->blocked counter usage for queuing frames. 2014-01-14 16:24:45 +04:00
mail SSL: ssl_session_tickets directive. 2014-01-10 16:12:40 +01: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: support for UTF-16 surrogate pairs (ticket #457). 2014-01-04 03:32:15 +04:00