]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* This is addressed now
authorRuediger Pluem <rpluem@apache.org>
Thu, 11 Oct 2018 07:01:18 +0000 (07:01 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 11 Oct 2018 07:01:18 +0000 (07:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843533 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b20eb2d3df0675e5276474ceec7ceac9422e2a00..ca45a989fd2f9943af15f48e1e5f33866578310b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -158,12 +158,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1839442
      2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy-handshake-bad_gateway.patch
      +1: ylavic
-     rpluem: I think the patch is wrong here and in trunk. This causes
-     ap_pass_brigade to return APR_SUCCESS in ap_proxy_pass_brigade. The error
-     bucket inserted by ssl_io_filter_error IMHO makes no sense because it
-     would be sent to the origin server (the proxy backend) and not to our
-     client. Further discussion should possibly happen on dev@.
-     ylavic: r1839442 added to the proposal to address Ruediger concerns.
 
    *) Add in mod_socache_redis from trunk
       trunk: http://svn.apache.org/r1768070