]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove old proposal that has been obsoleted by r1227293
authorStefan Fritsch <sf@apache.org>
Sun, 15 Jan 2012 22:51:21 +0000 (22:51 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 15 Jan 2012 22:51:21 +0000 (22:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1231785 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bd3ecccd99a3253f93d290d99a6d7ef70413bf10..7aef7e4f681b02a43bfaef48169a1cd0782a65a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -285,17 +285,6 @@ PATCHES/ISSUES THAT ARE STALLED
                  possible since mod_mem_cache is no longer in trunk) and
                  committed.
 
-   * config: fix/optimize SSL connections for IE6 browsers
-     PR 49484
-     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=966055
-     2.2 patch: should apply cleanly
-     +1: gstein
-     -0: sf: If we change it, then change it to something that will be OK for
-         MSIE 10, too. Also, some people recommend keeping ssl-unclean-shutdown
-         for newer versions of MSIE.
-         See http://marc.info/?l=apache-httpd-dev&m=127970632901262&w=2 and
-         the links therein.
-
    * mod_proxy: Release the backend connection as soon as EOS is detected,
      so the backend isn't forced to wait for the client to eventually
      acknowledge the data.