log src/http/ngx_http_request.c @ 7206:33edea74bd58

age author description
Thu, 15 Feb 2018 17:51:26 +0300 Ruslan Ermilov Expose more headers with NGX_HTTP_HEADERS.
Tue, 30 Jan 2018 17:46:31 +0300 Sergey Kandaurov SSL: using default server context in session remove (closes #1464).
Mon, 20 Nov 2017 16:31:07 +0300 Maxim Dounin Fixed worker_shutdown_timeout in various cases.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
Mon, 29 May 2017 23:33:38 +0300 Roman Arutyunyan Fixed background requests with asynchronous operations.
Mon, 29 May 2017 16:34:29 +0300 Maxim Dounin SSL: set TCP_NODELAY on SSL connections before handshake.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Mon, 03 Apr 2017 14:29:40 +0800 hucongcong Fixed type.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Fri, 24 Mar 2017 16:26:12 +0300 Maxim Dounin Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Tue, 07 Mar 2017 18:49:31 +0300 Maxim Dounin Converted hc->busy/hc->free to use chain links.
Thu, 02 Feb 2017 20:29:16 +0300 Maxim Dounin SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848). stable-1.10
Tue, 07 Jun 2016 17:44:20 +0300 Valentin Bartenev Fixed an error log message.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848).
Mon, 16 May 2016 20:37:23 +0300 Maxim Dounin Dav: return 501 on PUT with ranges (ticket #948).
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 24 Feb 2016 15:58:07 +0300 Valentin Bartenev HTTP/2: implemented per request timeouts (closes #626).
Wed, 24 Feb 2016 16:01:23 +0300 Valentin Bartenev Fixed buffer over-read while logging invalid request headers.
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select SPDY using NPN if "spdy" is enabled. stable-1.8
Tue, 08 Dec 2015 16:59:43 +0300 Sergey Kandaurov SSL: fixed possible segfault on renegotiation (ticket #845).
Fri, 06 Nov 2015 15:22:43 +0300 Ruslan Ermilov Style: unified request method checks.
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select HTTP/2 using NPN if "http2" is enabled.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Sun, 23 Aug 2015 21:03:32 +0300 Valentin Bartenev Limit recursive subrequests instead of simultaneous.
Tue, 16 Jun 2015 13:45:19 +0300 Roman Arutyunyan Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.