log src/http/v2/ngx_http_v2.h @ 6778:5e95b9fb33b7

age author description
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106).
Thu, 07 Jul 2016 21:03:21 +0300 Sergey Kandaurov HTTP/2: avoid left-shifting signed integer into the sign bit.
Tue, 24 May 2016 17:37:52 +0300 Valentin Bartenev HTTP/2: implemented preread buffer for request body (closes #959).
Thu, 14 Apr 2016 15:14:15 +0300 Valentin Bartenev HTTP/2: refuse streams with data until SETTINGS is acknowledged.
Fri, 01 Apr 2016 15:57:10 +0300 Valentin Bartenev HTTP/2: support for unbuffered upload of request body.
Fri, 01 Apr 2016 15:56:03 +0300 Valentin Bartenev HTTP/2: rewritten handling of request body.
Fri, 01 Apr 2016 15:56:03 +0300 Valentin Bartenev HTTP/2: sending RST_STREAM with NO_ERROR to discard request body.
Wed, 24 Feb 2016 16:05:47 +0300 Valentin Bartenev HTTP/2: always use temporary pool for processing headers.
Thu, 11 Feb 2016 15:35:36 +0300 Valentin Bartenev HTTP/2: implemented HPACK Huffman encoding for response headers.
Tue, 02 Feb 2016 16:33:55 +0300 Valentin Bartenev HTTP/2: removed unused field from ngx_http_v2_stream_t.
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: reused HEADERS and CONTINUATION frames buffers.
Tue, 27 Oct 2015 23:16:35 +0300 Valentin Bartenev HTTP/2: changed behavior of the "http2_max_field_size" directive.
Mon, 26 Oct 2015 17:46:13 +0300 Valentin Bartenev HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).