summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2018-10-15 21:25:20 +0200
committerRuediger Pluem <rpluem@apache.org>2018-10-15 21:25:20 +0200
commite931d1d71ddfb40a0eb81601d8884d220663a46c (patch)
treeb03cf5b4626cc009c0072b5bbb133f0141a5104d /CHANGES
parentmd_acme_drive.c: remove unused variable (diff)
downloadapache2-e931d1d71ddfb40a0eb81601d8884d220663a46c.tar.xz
apache2-e931d1d71ddfb40a0eb81601d8884d220663a46c.zip
* Ensure that aborted connections are logged as such.
Set c->aborted before apr_brigade_cleanup to have the correct status when logging the request as apr_brigade_cleanup triggers the logging of the request if it contains an EOR bucket. PR: 62823 Submitted by: Arnaud Grandville <contact@grandville.net> Reviewed by:rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec01e04e0c..045c767eb1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Ensure that aborted connections are logged as such. PR 62823
+ [Arnaud Grandville <contact@grandville.net>]
+
*) mpm_event: Stop issuing AH00484 "server reached MaxRequestWorkers..." when
there are still idle threads available. When there are less idle threads than
MinSpareThreads, issue new one-time message AH10159. Matches worker MPM.