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

/httpd/modules/http/
H A Dhttp_filters.c897 const char *proxy_date = NULL; local
938 proxy_date = apr_table_get(r->headers_out, "Date");
939 if (!proxy_date) {
941 * proxy_date needs to be const. So use date for the creation of
942 * our own Date header and pass it over to proxy_date later to
955 form_header_field(&h, "Date", proxy_date ? proxy_date : date );
973 proxy_date ? proxy_date : date );

Completed in 16 milliseconds