log src/http/ngx_http_parse.c @ 8251:8989fbd2f89a

age author description
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Wed, 25 Nov 2020 17:57:43 +0000 Roman Arutyunyan HTTP/3: eliminated r->method_start. quic
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Tue, 14 Jul 2020 16:52:44 +0300 Roman Arutyunyan HTTP/3: support $server_protocol variable. quic
Tue, 19 May 2020 15:47:37 +0300 Roman Arutyunyan Fixed $request_length for HTTP/3. quic
Thu, 14 May 2020 14:49:53 +0300 Roman Arutyunyan HTTP/3: move body parser call out of ngx_http_parse_chunked(). quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Tue, 15 Oct 2019 14:46:10 +0300 Ruslan Ermilov Fixed header parsing with ignore_invalid_headers switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Maxim Dounin Fixed URI normalization with merge_slashes switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov The "/." and "/.." at the end of URI should be normalized.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov Improved detection of broken percent encoding in URI.
Tue, 03 Sep 2019 17:26:56 +0300 Sergey Kandaurov Detect runaway chunks in ngx_http_parse_chunked().
Thu, 24 May 2018 12:06:35 +0300 Ruslan Ermilov Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259). stable-1.12