log src/http/ngx_http_special_response.c @ 8018:5119c8150478

age author description
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.
Tue, 22 Mar 2016 15:52:28 +0300 Ruslan Ermilov Reconsidered server_tokens with an empty value.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Mon, 30 Nov 2015 12:04:35 +0300 Ruslan Ermilov Reduced the number of GET method constants.
Tue, 31 Mar 2015 17:45:50 +0300 Sergey Kandaurov Fixed invalid access to complex value defined as an empty string.