log src/http/v2/ngx_http_v2.h @ 6497:9d66d7ed2abb

age author description
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.