From 8f255d35df4b473e7671fa6496d6029df9dbc11e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 25 Apr 2016 01:53:19 -0400 Subject: [doc] NEWS --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5d09f5ac..9d8b3552 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,15 @@ NEWS * [config] server.listen-backlog option (fixes #1825, #2116) * [core] retry tempdirs on partial write, ENOSPC (fixes #2588) * [core] compile with upcoming openssl 1.1.0 release (fixes #2727) + * [core] improve dynamic handler control flow logic + * [core] defer reading request body until handle subrequest (fixes #2541) + * [core] always poll for client POLLHUP/POLLERR events (fixes #399) + * [mod_fastcgi,mod_scgi,mod_proxy] handlers can read response before sending req body (fixes #131, #2566) + * [mod_cgi] asynchronous send of request body to CGI + * [core] compile with upcoming openssl 1.1.0 release (fixes #2727) + * [core] set REDIRECT_STATUS to error_handler_saved_status (fixes #1828) + * [core] server.error-handler new directive for error pages (fixes #2702) + * [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706) - 1.4.39 - 2016-01-02 * [core] fix memset_s call (fixes #2698) -- cgit v1.2.1