MCPcopy Create free account
hub / github.com/apache/httpd / h2_proxy_res_ignore_header

Function h2_proxy_res_ignore_header

modules/http2/h2_proxy_util.c:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515int h2_proxy_res_ignore_header(const char *name, size_t len)
516{
517 return (h2_proxy_req_ignore_header(name, len)
518 || ignore_header(H2_LIT_ARGS(IgnoredProxyRespHds), name, len));
519}
520
521void h2_proxy_util_camel_case_header(char *s, size_t len)
522{

Callers 1

Calls 2

ignore_headerFunction · 0.85

Tested by

no test coverage detected