]> granicus.if.org Git - apache/commitdiff
Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
authorJan Kaluža <jkaluza@apache.org>
Wed, 18 Sep 2013 12:34:15 +0000 (12:34 +0000)
committerJan Kaluža <jkaluza@apache.org>
Wed, 18 Sep 2013 12:34:15 +0000 (12:34 +0000)
Document r1524368 in CHANGES.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524388 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5b82f041e45a72e05b1bf6914938b1a6ecf4d721..2120288239f62d6f173dec26dca8947a36bf56a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
+     30 seconds timeout. [Jan Kaluza]
+
   *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
      save the socket for reuse by the next worker as if it were an 
      APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]