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

(-)httpd-2.4.16/modules/aaa/mod_authnz_fcgi.c (-1 / +1 lines)
Lines 718-724 static void req_rsp(request_rec *r, cons Link Here
718
    setupenv(r, password, apache_role);
718
    setupenv(r, password, apache_role);
719
719
720
    rv = connect_to_peer(&s, r, conf->backend_addrs,
720
    rv = connect_to_peer(&s, r, conf->backend_addrs,
721
                         conf->backend, FCGI_IO_TIMEOUT);
721
                         conf->backend, apr_time_from_sec(0));
722
    if (rv == APR_SUCCESS) {
722
    if (rv == APR_SUCCESS) {
723
        apr_uint16_t request_id = 1;
723
        apr_uint16_t request_id = 1;
724
724

Return to bug 61464