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

Function h2_util_ignore_resp_header

modules/http2/h2_util.c:1660–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658}
1659
1660int h2_util_ignore_resp_header(const char *name)
1661{
1662 nghttp2_nv nv;
1663
1664 nv.name = (uint8_t*)name;
1665 nv.namelen = strlen(name);
1666 return contains_name(H2_LIT_ARGS(IgnoredResponseHeaders), &nv);
1667}
1668
1669
1670static int h2_req_ignore_header(nghttp2_nv *nv)

Callers 3

make_tableFunction · 0.85
count_headerFunction · 0.85
add_table_headerFunction · 0.85

Calls 1

contains_nameFunction · 0.85

Tested by

no test coverage detected