this, the httpd-test suite was taking five minutes for EVERY test.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95452
13f79535-47bb-0310-9956-
ffa450edef68
if (!ctx->remaining) {
switch (ctx->state) {
case BODY_NONE:
+ if (f->r->proxyreq != PROXYREQ_RESPONSE) {
+ e = apr_bucket_eos_create(f->c->bucket_alloc);
+ APR_BRIGADE_INSERT_TAIL(b, e);
+ return APR_SUCCESS;
+ }
break;
case BODY_LENGTH:
e = apr_bucket_eos_create(f->c->bucket_alloc);