]> granicus.if.org Git - apache/commitdiff
revert r1638691, more comprehensive followup planned shortly.
authorEric Covener <covener@apache.org>
Fri, 14 Nov 2014 02:24:40 +0000 (02:24 +0000)
committerEric Covener <covener@apache.org>
Fri, 14 Nov 2014 02:24:40 +0000 (02:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1639564 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
server/mpm/event/event.c

diff --git a/CHANGES b/CHANGES
index c33226fa6dd4fe43155cb342ac0a71c4308755f4..740c9f6069f9ac856c4ecd0b9ebb1db84419a8a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,6 @@ Changes with Apache 2.5.0
      mod_proxy_fcgi: Fix a potential crash with response headers' size above 8K.
      [Teguh <chain rop.io>, Yann Ylavic]
 
-  *) event: Resolve potential crashes under load after r1604350. [Eric Covener]
-
   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
      r1608202. [Eric Covener]
  
index 692119ba156d12d4b1ae489960a3e74dbee47dec..436cf56eb64372d6debbadfb993e8b016bfba233 100644 (file)
@@ -1137,9 +1137,8 @@ read_request:
     }
 
     if (cs->pub.state == CONN_STATE_LINGER) {
-        if (start_lingering_close_blocking(cs)) { 
-            notify_suspend(cs);
-        }
+        start_lingering_close_blocking(cs);
+        notify_suspend(cs);
     }
     else if (cs->pub.state == CONN_STATE_CHECK_REQUEST_LINE_READABLE) {
         /* It greatly simplifies the logic to use a single timeout value here