]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 21 Apr 2020 11:15:09 +0000 (11:15 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 21 Apr 2020 11:15:09 +0000 (11:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876787 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index f8b41cb90b7aa4cb0f9e6c21747285e4785a36e4..2249faf2c7059453a94dd6c89663ca531efc89ac 100644 (file)
@@ -1789,6 +1789,9 @@ static apr_status_t ssl_io_filter_coalesce(ap_filter_t *f,
         }
     }
 
+    /* The prefix is zero or more buckets.  upto now points to the
+     * bucket AFTER the end of the prefix, which may be the brigade
+     * sentinel. */
     upto = e;
 
     /* Coalesce the prefix, if any of the following are true: