mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -109,6 +109,7 @@ static apr_status_t bucketeer_out_filter(ap_filter_t *f,
|
|||||||
if (APR_BUCKET_IS_METADATA(e)) {
|
if (APR_BUCKET_IS_METADATA(e)) {
|
||||||
/* metadata bucket */
|
/* metadata bucket */
|
||||||
apr_bucket *cpy;
|
apr_bucket *cpy;
|
||||||
|
|
||||||
apr_bucket_copy(e, &cpy);
|
apr_bucket_copy(e, &cpy);
|
||||||
APR_BRIGADE_INSERT_TAIL(ctx->bb, cpy);
|
APR_BRIGADE_INSERT_TAIL(ctx->bb, cpy);
|
||||||
continue;
|
continue;
|
||||||
@@ -124,6 +125,7 @@ static apr_status_t bucketeer_out_filter(ap_filter_t *f,
|
|||||||
data[i] == c->bucketdelimiter ||
|
data[i] == c->bucketdelimiter ||
|
||||||
data[i] == c->passdelimiter) {
|
data[i] == c->passdelimiter) {
|
||||||
apr_bucket *p;
|
apr_bucket *p;
|
||||||
|
|
||||||
if (i - lastpos > 0) {
|
if (i - lastpos > 0) {
|
||||||
p = apr_bucket_pool_create(apr_pmemdup(f->r->pool,
|
p = apr_bucket_pool_create(apr_pmemdup(f->r->pool,
|
||||||
&data[lastpos],
|
&data[lastpos],
|
||||||
|
Reference in New Issue
Block a user