summaryrefslogtreecommitdiffhomepage
path: root/src/http/v2/ngx_http_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30Stop emulating a space character after r->method_name.Ruslan Ermilov1-3/+0
2015-11-13HTTP/2: fixed invalid headers handling (ticket #831).Valentin Bartenev1-0/+2
2015-11-05HTTP/2: backed out 16905ecbb49e (ticket #822).Valentin Bartenev1-3/+5
2015-10-27HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev1-20/+13
2015-10-27HTTP/2: fixed spelling.Valentin Bartenev1-2/+2
2015-10-26HTTP/2: simplified checking the END_STREAM flag.Valentin Bartenev1-5/+3
2015-10-01HTTP/2: fix handling of connection errors.Piotr Sikora1-6/+6
2015-10-01HTTP/2: fix indirect reprioritization.Piotr Sikora1-4/+13
2015-10-01HTTP/2: reject self-dependent streams.Piotr Sikora1-0/+16
2015-10-20HTTP/2: improved error handling while parsing integers.Valentin Bartenev1-4/+4
2015-10-20HTTP/2: improved HPACK integer parsing code readability.Ruslan Ermilov1-3/+3
2015-10-19HTTP/2: fixed parsing of literal header fields without indexing.Valentin Bartenev1-1/+1
2015-09-28HTTP/2: fixed $server_protocol value (ticket #800).Valentin Bartenev1-0/+2
2015-09-22HTTP/2: fixed header block parsing with CONTINUATION frames (#792).Valentin Bartenev1-69/+136
2015-09-22HTTP/2: fixed HPACK header field parsing.Valentin Bartenev1-0/+5
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-0/+3964