]> granicus.if.org Git - apache/commitdiff
Comments.
authorYann Ylavic <ylavic@apache.org>
Tue, 24 Jun 2014 22:02:10 +0000 (22:02 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 24 Jun 2014 22:02:10 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1605210 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 92369d37a82dce078c2c302c7484b34ea1ca79a6..b059c71b2b7a862a6ada7f2ae6dfc080c0f8957a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,6 +148,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: ylavic
      covener: I did not look in depth, but is the preceding log message also bad?
+     ylavic: No, this concerns the next for (;; e = APR_BUCKET_NEXT(e)) iteration.
+             We could also s/apr_bucket_delete/APR_BUCKET_REMOVE/ instead, but
+             stripping some (unhandled) buckets from the source brigade does
+             not look correct to me either (brigade *to is to be consumed, but
+             *from is still living, the caller may want to reuse it, eg:
+             https://issues.apache.org/bugzilla/attachment.cgi?id=31686).
+             Should we?
+
 
    * mod_proxy_http: Avoid useless functions calls.
      trunk patch: http://svn.apache.org/r1572561
@@ -203,7 +211,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 re-allocated.
      trunk patch: http://svn.apache.org/r1604350
      2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-event_sbh-race.diff
-     +1 covener, ylavic
+     +1 covener
+     ylavic: +1 with http://svn.apache.org/r1605067
 
 OTHER PROPOSALS