1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

mod_ssl: forward EOR (only) brigades to the core_output_filter().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2015-09-24 23:13:03 +00:00
parent 086fc25c68
commit 9aba39ee0c
2 changed files with 6 additions and 6 deletions

View File

@@ -256,8 +256,8 @@ AP_DECLARE(void) ap_process_request_after_handler(request_rec *r)
apr_bucket *b;
conn_rec *c = r->connection;
/* Send an EOR bucket through the output filter chain. When
* this bucket is destroyed, the request will be logged and
/* Send an EOR bucket (alone!) through the output filter chain.
* When this bucket is destroyed, the request will be logged and
* its pool will be freed
*/
bb = apr_brigade_create(c->pool, c->bucket_alloc);