]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove merged backports. Thanks for playing.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 00:15:15 +0000 (00:15 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 00:15:15 +0000 (00:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151266 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 04593ee301aa20d9b2ea8bd09b4e7f0dc94066d0..59793f7e0af120c6ca7eef58dd1406808f075525 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -84,28 +84,11 @@ PATCHES TO BACKPORT FROM 2.1
 
        +1: stoddard
 
-    *) Start keeping track of the amount of time taken to
-       process a request again. Results in the 'Req' field in
-       mod_status no longer being bogus.
-       http://svn.apache.org/viewcvs.cgi?rev=149550&view=rev
-       +1: jim, stas, geoff
-
-    *) LimitRequestFieldSize directive: Remove upper limit on the request
-       field size.
-       http://svn.apache.org/viewcvs.cgi?rev=149269&view=rev
-       +1: stoddard, jerenkrantz, jim
-
     *) util_ldap: Add the directive LDAPConnectionTimeout to control
        the socket timeout value when binding to an LDAP server
        svn rev 126565
        +1: bnicholes
 
-    *) mod_ssl: fail quickly if SSL connection is aborted rather than
-       making many doomed ap_pass_brigade calls
-       http://svn.apache.org/viewcvs?view=rev&rev=125166
-       PR: 32699
-       +1: jorton, jerenkrantz, jim
-
     *) mod_ssl: fix to access mod_ssl-specific X509_STORE_CTX userdata
        using the proper accessor function; matters only in some
        pathological cases with OpenSSL global variables not getting
@@ -151,20 +134,6 @@ PATCHES TO BACKPORT FROM 2.1
                 it leads to stupid situations like the sunfreeware packaged
                 subversion client depending on httpd. This mess must end.
 
-    *) Add charset to the painfully old example CGI scripts.
-       [These should really be replaced with proper encoding of the output.]
-       svn rev 111580
-       +1: fielding, erikabele, jerenkrantz
-
-    *) conf: Remove AddDefaultCharset from the default configuration because
-       setting a site-wide default does more harm than good. PR 23421.
-       svn rev 111581
-       +1: fielding, erikabele, jerenkrantz
-
-    *) mpm/winnt/child.c: thread_num is long, aught to use %ld not %d for logs
-       svn rev 106653
-       +1: wrowe, nd, trawick
-
     *) several changes to improve logging of connection-oriented errors, including
        ap_log_cerror() API (needs minor bump in addition to changes below)
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291