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

Function h2_proxy_req_ignore_header

modules/http2/h2_proxy_util.c:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510static int h2_proxy_req_ignore_header(const char *name, size_t len)
511{
512 return ignore_header(H2_LIT_ARGS(IgnoredRequestHeaders), name, len);
513}
514
515int h2_proxy_res_ignore_header(const char *name, size_t len)
516{

Callers 3

h2_headers_add_h1Function · 0.85
set_h1_headerFunction · 0.85

Calls 1

ignore_headerFunction · 0.85

Tested by

no test coverage detected