nginx/src
Valentin Bartenev e62156d829 SPDY: use frame->next pointer to chain free frames.
There is no need in separate "free" pointer and like it is for ngx_chain_t
the "next" pointer can be used.  But after this change successfully handled
frame should not be accessed, so the frame handling cycle was improved to
store pointer to the next frame before processing.

Also worth noting that initializing "free" pointer to NULL in the original
code was surplus.
2014-01-22 04:58:19 +04:00
..
core Core: improved ngx_reset_pool() (ticket #490). 2014-01-17 06:24:53 +04:00
event SSL: ssl_buffer_size directive. 2013-12-20 16:18:25 +04:00
http SPDY: use frame->next pointer to chain free frames. 2014-01-22 04:58:19 +04:00
mail Mail: fixed passing of IPv6 client address in XCLIENT. 2014-01-17 22:06:04 +04: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