brigade has data. To that end, if we have just expanded ctx->b, we need
to concat ctx->b to the end of b, so that b has something to pass
back to the previous filter.
This fixes the problem with the proxy not proxying non-keepalive
connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90046
13f79535-47bb-0310-9956-
ffa450edef68
apr_size_t len;
apr_bucket_read(e, &str, &len, APR_BLOCK_READ);
}
+ APR_BRIGADE_CONCAT(b, ctx->b);
apr_brigade_length(b, 1, &total);
*readbytes = total;
e = apr_bucket_eos_create();