log src/http/ngx_http_request.h @ 7913:185c86b830ef

age author description
Sun, 29 Aug 2021 22:21:03 +0300 Maxim Dounin Request body: introduced rb->last_saved flag.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Mon, 18 Nov 2019 17:48:32 +0300 Roman Arutyunyan Limit conn: $limit_conn_status variable.
Mon, 18 Nov 2019 17:46:52 +0300 Roman Arutyunyan Updated comment after 776d1bebdca2.
Wed, 06 Nov 2019 19:03:18 +0300 Roman Arutyunyan Limit req: $limit_req_status variable.
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Tue, 11 Dec 2018 13:09:00 +0300 Roman Arutyunyan Copy regex unnamed captures to cloned subrequests.
Thu, 07 Jun 2018 20:01:41 +0300 Ruslan Ermilov Added r->schema.
Sat, 17 Mar 2018 23:04:25 +0300 Maxim Dounin gRPC: special handling of the TE request header.
Thu, 15 Feb 2018 17:51:26 +0300 Ruslan Ermilov Expose more headers with NGX_HTTP_HEADERS.
Thu, 08 Feb 2018 09:54:18 +0300 Ruslan Ermilov Basic support of the Link response header.
Wed, 19 Jul 2017 20:38:17 +0300 Roman Arutyunyan Upstream: keep request body file from removal if requested.