nginx/src/http/v2
Valentin Bartenev 8323cd693b HTTP/2: fixed invalid headers handling (ticket #831).
The r->invalid_header flag wasn't reset once an invalid header appeared in a
request, resulting in all subsequent headers in the request were also marked
as invalid.
2015-11-13 20:10:50 +03:00
..
ngx_http_v2_filter_module.c HTTP/2: improved the ngx_http_v2_integer_octets(v) macro. 2015-10-26 17:46:16 +03:00
ngx_http_v2_huff_decode.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_huff_encode.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_module.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_module.h The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2_table.c The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +03:00
ngx_http_v2.c HTTP/2: fixed invalid headers handling (ticket #831). 2015-11-13 20:10:50 +03:00
ngx_http_v2.h HTTP/2: changed behavior of the "http2_max_field_size" directive. 2015-10-27 23:16:35 +03:00