nginx/src
Valentin Bartenev 548e31f608 HTTP/2: fixed handling of output HEADERS frames.
The HEADERS frame is always represented by more than one buffer since
b930e598a199, but the handling code hasn't been adjusted.

Only the first buffer of HEADERS frame was checked and if it had been
sent while others had not, the rest of the frame was dropped, resulting
in broken connection.

Before b930e598a199, the problem could only be seen in case of HEADERS
frame with CONTINUATION.
2015-11-13 20:10:50 +03:00
..
core Fixed ngx_parse_time() out of bounds access (ticket #821). 2015-10-30 21:43:30 +03:00
event Win32: timer_resolution now ignored with select. 2015-10-20 18:16:18 +03:00
http HTTP/2: fixed handling of output HEADERS frames. 2015-11-13 20:10:50 +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