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

/httpd/modules/mappers/
H A Dmod_negotiation.c2710 const char *sub_vary; local
2795 if ((sub_vary = apr_table_get(sub_req->err_headers_out, "Vary")) != NULL) {
2796 apr_table_setn(r->err_headers_out, "Variant-Vary", sub_vary);
2802 apr_table_setn(r->err_headers_out, "Vary", sub_vary);

Completed in 30 milliseconds