View | Details | Raw Unified | Return to bug 37514
Collapse All | Expand All

(-)http_protocol.c.2.0.59 (+6 lines)
Lines 1002-1007 Link Here
1002
        APR_BRIGADE_INSERT_TAIL(b, e);
1002
        APR_BRIGADE_INSERT_TAIL(b, e);
1003
    }
1003
    }
1004
1004
1005
    if (ctx->state == BODY_CHUNK && ctx->remaining == 0
1006
	&& f->r->proxyreq == PROXYREQ_RESPONSE) {
1007
        e = apr_bucket_flush_create(f->c->bucket_alloc);
1008
        APR_BRIGADE_INSERT_TAIL(b, e);
1009
    }
1010
1005
    /* We have a limit in effect. */
1011
    /* We have a limit in effect. */
1006
    if (ctx->limit) {
1012
    if (ctx->limit) {
1007
        /* FIXME: Note that we might get slightly confused on chunked inputs
1013
        /* FIXME: Note that we might get slightly confused on chunked inputs

Return to bug 37514