Searched refs:AP_MAX_INTERIM_RESPONSES (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_http.c1285 #ifndef AP_MAX_INTERIM_RESPONSES
1286 #define AP_MAX_INTERIM_RESPONSES 10 macro
1935 } while (interim_response && (interim_response < AP_MAX_INTERIM_RESPONSES));
1945 /* See define of AP_MAX_INTERIM_RESPONSES for why */
1946 if (interim_response >= AP_MAX_INTERIM_RESPONSES) {

Completed in 1219 milliseconds