log src/http/ngx_http_header_filter_module.c @ 9299:2706b60dc225 default tip

age author description
Sun, 14 Apr 2024 12:23:40 +0200 Michiel W. Beijen Updated HTTP status code descriptions to match RFC 9110.
Mon, 26 Feb 2024 00:40:58 +0300 Tatsuya Kaneko Fixed server name in HTTP/1.x with "server_tokens off;".
Tue, 25 Jan 2022 23:42:48 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 27 Nov 2020 17:46:21 +0000 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_filter. quic
Thu, 19 Mar 2020 15:03:09 +0300 Roman Arutyunyan Fixed header creation for header_only responses in HTTP/3. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Tue, 11 Jan 2022 02:23:49 +0300 Maxim Dounin Avoid sending "Connection: keep-alive" when shutting down.
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Added support for "429 Too Many Requests" response (RFC6585).
Tue, 31 Jan 2017 12:09:40 +0300 Ruslan Ermilov Implemented the "server_tokens build" option.
Wed, 21 Dec 2016 23:10:51 +0300 Ruslan Ermilov Core: relative redirects (closes #1000).
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848).
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.