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

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- httpd-2.4.3.org/modules/proxy/mod_proxy_connect.c   2013-02-04 13:44:39.000000000 +0100
0
++ httpd-2.4.3/modules/proxy/mod_proxy_connect.c       2013-02-04 13:39:08.000000000 +0100
Lines 487-492 Link Here
487
        ap_lingering_close(backconn);
487
        ap_lingering_close(backconn);
488
488
489
    c->aborted = 1;
489
    c->aborted = 1;
490
    c->keepalive = AP_CONN_CLOSE;
490
491
491
    return OK;
492
    return OK;
492
}
493
}

Return to bug 54474