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

/httpd/modules/filters/
H A Dmod_deflate.c108 static int check_gzip(request_rec *r, apr_table_t *hdrs1, apr_table_t *hdrs2) argument
114 if (!encoding && (hdrs2 != NULL)) {
116 encoding = apr_table_get(hdrs2, "Content-Encoding");
117 hdrs = hdrs2;

Completed in 14 milliseconds