Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_req_ignore_header
Function
h2_req_ignore_header
modules/http2/h2_util.c:1670–1673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1668
1669
1670
static int h2_req_ignore_header(nghttp2_nv *nv)
1671
{
1672
return contains_name(H2_LIT_ARGS(IgnoredRequestHeaders), nv);
1673
}
1674
1675
int h2_ignore_req_trailer(const char *name, size_t len)
1676
{
Callers
2
h2_ignore_req_trailer
Function · 0.85
req_add_header
Function · 0.85
Calls
1
contains_name
Function · 0.85
Tested by
no test coverage detected