You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/08/16 00:31:29 UTC

svn commit: r1514516 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Thu Aug 15 22:31:29 2013
New Revision: 1514516

URL: http://svn.apache.org/r1514516
Log:
Comment.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1514516&r1=1514515&r2=1514516&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Aug 15 22:31:29 2013
@@ -109,6 +109,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         do async write completion if the encrypted data left to send for
         a request is less than THRESHOLD_MAX_BUFFER (64k).
         http://mail-archives.apache.org/mod_mbox/httpd-dev/201308.mbox/%3C1965246.dTmAyLRneo%40k%3E
+    minfrin: This patch fixes the hang that required the following workaround:
+             http://mail-archives.apache.org/mod_mbox/httpd-cvs/200706.mbox/%3C20070612003226.8B0491A981A@eris.apache.org%3E
+             If mod_ssl is less efficient than it should be that is a separate
+             issue, unrelated to this patch.
 
   * core: Stop the HTTP_IN filter from attempting to write error buckets
     to the output filters