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

(-)modules/proxy/mod_proxy_http.c (+2 lines)
Lines 543-548 static int spool_reqbody_cl(proxy_http_req_t *req, Link Here
543
    APR_BRIGADE_CONCAT(input_brigade, body_brigade);
543
    APR_BRIGADE_CONCAT(input_brigade, body_brigade);
544
    if (tmpfile) {
544
    if (tmpfile) {
545
        apr_brigade_insert_file(input_brigade, tmpfile, 0, fsize, p);
545
        apr_brigade_insert_file(input_brigade, tmpfile, 0, fsize, p);
546
        e = apr_bucket_eos_create(bucket_alloc);
547
        APR_BRIGADE_INSERT_TAIL(input_brigade, e);
546
    }
548
    }
547
    if (apr_table_get(r->subprocess_env, "proxy-sendextracrlf")) {
549
    if (apr_table_get(r->subprocess_env, "proxy-sendextracrlf")) {
548
        e = apr_bucket_immortal_create(CRLF_ASCII, 2, bucket_alloc);
550
        e = apr_bucket_immortal_create(CRLF_ASCII, 2, bucket_alloc);

Return to bug 64452