log src/http/ngx_http_parse.c @ 8032:2025aae94739

age author description
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:18 +0300 Maxim Dounin Disabled control characters and space in header names.
Mon, 28 Jun 2021 18:01:15 +0300 Maxim Dounin Disabled control characters in URIs.
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).