log src/http/v2/ngx_http_v2.h @ 7197:ca8f8a443c11

age author description
Tue, 06 Feb 2018 20:02:59 +0300 Sergey Kandaurov HTTP/2: removed unused field from ngx_http_v2_stream_t.
Mon, 29 Jan 2018 16:06:33 +0300 Ruslan Ermilov HTTP/2: more style, comments, and debugging.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.
Fri, 02 Jun 2017 15:05:32 +0300 Piotr Sikora HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Sun, 26 Mar 2017 01:25:01 -0700 Piotr Sikora HTTP/2: style and typos.
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling. stable-1.10
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106). stable-1.10
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling.
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.