mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 06:09:00 +08:00
548e31f608
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. |
||
---|---|---|
.. | ||
ngx_http_v2_filter_module.c | ||
ngx_http_v2_huff_decode.c | ||
ngx_http_v2_huff_encode.c | ||
ngx_http_v2_module.c | ||
ngx_http_v2_module.h | ||
ngx_http_v2_table.c | ||
ngx_http_v2.c | ||
ngx_http_v2.h |