Searched defs:warn_time (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_http.c126 apr_time_t warn_time; local
154 warn_time = 0;
159 warn_time = apr_date_parse_http(date);
161 if (!warn_time || (warn_time == ((header_dptr*)data)->time)) {

Completed in 834 milliseconds