Searched defs:check_gzip (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) function
1156 if (check_gzip(r, r->headers_in, NULL) == 0) {
1541 (check_gzip(r, r->headers_out, r->err_headers_out) == 0)
1550 * Content-Encoding was already reset by the check_gzip() call.

Completed in 15 milliseconds