From: Joe Orton Date: Tue, 21 Apr 2020 11:15:09 +0000 (+0000) Subject: * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3156dd16643c61fc3af45089e05ebd75040b201;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876787 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index f8b41cb90b7..2249faf2c70 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -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: