log src/http/v2/ngx_http_v2.c @ 6291:932a465537ef

age author description
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: fixed invalid headers handling (ticket #831).
Thu, 05 Nov 2015 15:01:01 +0300 Valentin Bartenev HTTP/2: backed out 16905ecbb49e (ticket #822).
Tue, 27 Oct 2015 23:16:35 +0300 Valentin Bartenev HTTP/2: changed behavior of the "http2_max_field_size" directive.
Tue, 27 Oct 2015 23:16:35 +0300 Valentin Bartenev HTTP/2: fixed spelling.
Mon, 26 Oct 2015 17:46:28 +0300 Valentin Bartenev HTTP/2: simplified checking the END_STREAM flag.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: fix handling of connection errors.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: fix indirect reprioritization.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: reject self-dependent streams.
Tue, 20 Oct 2015 21:28:38 +0300 Valentin Bartenev HTTP/2: improved error handling while parsing integers.
Tue, 20 Oct 2015 21:26:38 +0300 Ruslan Ermilov HTTP/2: improved HPACK integer parsing code readability.
Mon, 19 Oct 2015 16:16:47 +0300 Valentin Bartenev HTTP/2: fixed parsing of literal header fields without indexing.
Mon, 28 Sep 2015 20:02:05 +0300 Valentin Bartenev HTTP/2: fixed $server_protocol value (ticket #800).
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed HPACK header field parsing.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).