log src/http/ngx_http_special_response.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.
Thu, 29 Feb 2024 19:24:26 +0300 Maxim Dounin Fixed server name in special responses with "server_tokens off;".
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Tue, 26 Jan 2021 12:39:28 +0300 Sergey Kandaurov Clean up trailers in ngx_http_clean_header() as well.
Mon, 23 Dec 2019 15:45:46 +0300 Ruslan Ermilov Discard request body when redirecting to a URL via error_page.
Wed, 19 Sep 2018 09:26:47 -0500 Nova DasSarma Removed bgcolor attribute on body in error pages and autoindex.
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.
Fri, 04 Nov 2016 19:12:19 +0300 Ruslan Ermilov Style: switch.
Mon, 03 Oct 2016 20:48:51 +0300 Roman Arutyunyan Do not set last_buf flag in subrequests.
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.