]> granicus.if.org Git - apache/blobdiff - CHANGES
* Ensure that aborted connections are logged as such.
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index ec01e04e0c946d8c8a01f7474fc442268fe1364c..045c767eb14c49a13fb10e3a8b10e97bdc3e2cb3 100644 (file)
--- 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.