log src/http/v2/ngx_http_v2.c @ 7241:190591ab0d76

age author description
Mon, 19 Mar 2018 21:32:15 +0300 Ruslan Ermilov HTTP/2: improved frame info debugging.
Sat, 17 Mar 2018 23:04:20 +0300 Maxim Dounin HTTP/2: externalized various constants and interfaces.
Mon, 05 Mar 2018 21:35:13 +0300 Maxim Dounin HTTP/2: unknown frames now logged at info level.
Thu, 22 Feb 2018 12:42:29 +0300 Ruslan Ermilov HTTP/2: style.
Thu, 15 Feb 2018 19:06:22 +0300 Maxim Dounin HTTP/2: precalculate hash for "Cookie".
Thu, 15 Feb 2018 17:51:37 +0300 Ruslan Ermilov HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.
Thu, 15 Feb 2018 17:51:32 +0300 Ruslan Ermilov HTTP/2: push additional request headers (closes #1478).
Thu, 15 Feb 2018 02:34:16 +0300 Sergey Kandaurov HTTP/2: style.
Thu, 08 Feb 2018 09:55:03 +0300 Ruslan Ermilov HTTP/2: server push.
Thu, 08 Feb 2018 09:54:49 +0300 Ruslan Ermilov HTTP/2: changed prototypes of request pseudo-headers parsers.
Tue, 30 Jan 2018 14:44:31 +0300 Ruslan Ermilov HTTP/2: finalize request as bad if parsing of pseudo-headers fails.
Mon, 29 Jan 2018 16:06:33 +0300 Ruslan Ermilov HTTP/2: more style, comments, and debugging.
Mon, 29 Jan 2018 15:54:36 +0300 Ruslan Ermilov HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.
Wed, 04 Oct 2017 21:15:15 +0300 Valentin Bartenev HTTP/2: enforce writing the sync request body buffer to file. stable-1.12
Wed, 04 Oct 2017 21:15:15 +0300 Valentin Bartenev HTTP/2: enforce writing the sync request body buffer to file.
Thu, 14 Sep 2017 19:06:06 +0300 Maxim Dounin HTTP/2: shortened some debug log messages.
Thu, 14 Sep 2017 19:06:03 +0300 Maxim Dounin HTTP/2: added logging of 400 (Bad Request) reasons.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.
Tue, 13 Jun 2017 17:01:08 +0300 Piotr Sikora HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.
Fri, 02 Jun 2017 15:05:32 +0300 Piotr Sikora HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Fri, 02 Jun 2017 15:05:28 +0300 Piotr Sikora HTTP/2: make SETTINGS ACK frame reusable.
Fri, 02 Jun 2017 15:05:24 +0300 Piotr Sikora HTTP/2: send SETTINGS ACK after applying all SETTINGS params.
Fri, 02 Jun 2017 15:05:20 +0300 Piotr Sikora HTTP/2: emit new frames only after applying all SETTINGS params.
Tue, 30 May 2017 17:42:27 +0300 Piotr Sikora HTTP/2: add debug logging of pseudo-headers and cookies.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Mon, 24 Apr 2017 14:16:57 +0300 Valentin Bartenev HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
Sun, 26 Mar 2017 01:25:01 -0700 Piotr Sikora HTTP/2: style and typos.
Wed, 29 Mar 2017 20:21:01 +0300 Valentin Bartenev HTTP/2: fixed connection finalization.
Wed, 29 Mar 2017 20:16:23 +0300 Valentin Bartenev HTTP/2: fixed stream finalization.