nginx/src
Valentin Bartenev d055f74178 SPDY: removed state to check first SETTINGS frame.
That code was based on misunderstanding of spdy specification about
configuration applicability in the SETTINGS frames.  The original
interpretation was that configuration is assigned for the whole
SPDY connection, while it is only for the endpoint.

Moreover, the strange thing is that specification forbids multiple
entries in the SETTINGS frame with the same ID even if flags are
different.  As a result, Chrome sends two SETTINGS frames: one with
its own configuration, and another one with configuration stored
for a server (when the FLAG_SETTINGS_PERSIST_VALUE flags were used
by the server).

To simplify implementation we refuse to use the persistent settings
feature and thereby avoid all the complexity related with its proper
support.
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: removed state to check first SETTINGS frame. 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