log src/http/modules/ngx_http_fastcgi_module.c @ 9232:9a0849fd4b46

age author description
Thu, 31 Aug 2023 22:59:17 +0300 Maxim Dounin Upstream: fixed handling of Status headers without reason-phrase.
Mon, 30 May 2022 21:25:48 +0300 Maxim Dounin Upstream: header handlers can now return parsing errors.
Mon, 30 May 2022 21:25:27 +0300 Maxim Dounin FastCGI: combining headers with identical names (ticket #1724).
Mon, 18 Oct 2021 16:46:59 +0300 Maxim Dounin Upstream: fixed logging level of upstream invalid header errors.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 27 Jul 2020 16:02:15 +0300 Maxim Dounin FastCGI: fixed zero size buf alerts on extra data (ticket #2018).
Mon, 06 Jul 2020 18:36:23 +0300 Maxim Dounin FastCGI: protection from responses with wrong length.
Wed, 03 Oct 2018 14:08:51 +0300 Vladimir Homutov Upstream: proxy_socket_keepalive and friends.
Tue, 17 Jul 2018 15:30:43 +0300 Ruslan Ermilov Fixed invalid access to location defined as an empty string.
Mon, 07 May 2018 09:54:37 +0000 Sergey Kandaurov Silenced -Wcast-function-type warnings (closes #1546).
Mon, 19 Mar 2018 16:22:09 +0300 Ruslan Ermilov Upstream: fixed comments after 13f8dec720b5.
Wed, 28 Feb 2018 16:56:58 +0300 Roman Arutyunyan Generic subrequests in memory.
Thu, 09 Nov 2017 15:35:20 +0300 Maxim Dounin FastCGI: adjust buffer position when parsing incomplete records.
Tue, 01 Aug 2017 14:28:33 +0300 Ruslan Ermilov Variables: macros for null variables.
Thu, 18 May 2017 14:17:00 +0300 Sergey Kandaurov Upstream: fixed u->headers_in.headers allocation error handling.