log src/http/v2/ngx_http_v2_filter_module.c @ 7354:1812f1d79d84

age author description
Thu, 07 Jun 2018 20:04:22 +0300 Ruslan Ermilov HTTP/2: use scheme from original request for pushes (closes #1549).
Mon, 19 Mar 2018 21:32:15 +0300 Ruslan Ermilov HTTP/2: improved frame info debugging.
Sat, 17 Mar 2018 23:04:26 +0300 Maxim Dounin gRPC: special handling of "trailer only" responses.
Sat, 17 Mar 2018 23:04:20 +0300 Maxim Dounin HTTP/2: externalized various constants and interfaces.
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.
Fri, 09 Feb 2018 23:20:08 +0300 Ruslan Ermilov HTTP/2: fixed null pointer dereference with server push.
Thu, 08 Feb 2018 12:11:30 +0300 Ruslan Ermilov HTTP/2: fixed build with -Werror=unused-but-set-variable.
Thu, 08 Feb 2018 09:55:03 +0300 Ruslan Ermilov HTTP/2: server push.
Mon, 29 Jan 2018 16:06:33 +0300 Ruslan Ermilov HTTP/2: more style, comments, and debugging.
Thu, 14 Sep 2017 19:06:06 +0300 Maxim Dounin HTTP/2: shortened some debug log messages.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora HTTP/2: added support for trailers in HTTP responses.
Tue, 23 May 2017 20:19:39 +0300 Valentin Bartenev HTTP/2: fixed segfault when memory allocation failed.
Sun, 26 Mar 2017 01:25:03 -0700 Piotr Sikora HTTP/2: fix $body_bytes_sent variable.