nginx/src
Valentin Bartenev 9150c7df1f HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Previous code has been based on assumption that the header block can only be
splitted at the borders of individual headers.  That wasn't the case and might
result in emitting frames bigger than the frame size limit.

The current approach is to split header blocks by the frame size limit.
2015-09-28 02:32:44 +03:00
..
core Core: read/write locks are also required by the Stream module. 2015-10-23 18:21:33 -07:00
event Win32: timer_resolution now ignored with select. 2015-10-20 18:16:18 +03:00
http HTTP/2: fixed splitting of response headers on CONTINUATION frames. 2015-09-28 02:32:44 +03:00
mail Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Fixed building --with-debug, broken by 6fce16b1fc10. 2015-09-02 19:45:40 +03:00
stream Stream: delete proxy connection timer after SSL handshake. 2015-10-06 08:57:09 +03:00