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

/httpd/modules/http/
H A Dhttp_filters.c731 apr_array_header_t *varies; local
733 varies = apr_array_make(r->pool, 5, sizeof(char *));
736 * its comma-separated fieldname values, and then add them to varies
740 (void *) varies, r->headers_out, "Vary", NULL);
744 if (varies->nelts > 0) {
746 apr_array_pstrcat(r->pool, varies, ','));

Completed in 2007 milliseconds