diff options
author | Ruediger Pluem <rpluem@apache.org> | 2018-10-15 21:25:20 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2018-10-15 21:25:20 +0200 |
commit | e931d1d71ddfb40a0eb81601d8884d220663a46c (patch) | |
tree | b03cf5b4626cc009c0072b5bbb133f0141a5104d /CHANGES | |
parent | md_acme_drive.c: remove unused variable (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |