From: Stefan Fritsch Date: Sun, 15 Jan 2012 22:51:21 +0000 (+0000) Subject: Remove old proposal that has been obsoleted by r1227293 X-Git-Tag: 2.2.22~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56ac2c68ed11196ec1fb45ed937b4fb0adf3c22;p=thirdparty%2Fapache%2Fhttpd.git Remove old proposal that has been obsoleted by r1227293 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1231785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bd3ecccd99a..7aef7e4f681 100644 --- 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.