Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_config_rgeti
Function
h2_config_rgeti
modules/http2/h2_config.c:545–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
int h2_config_rgeti(request_rec *r, h2_config_var_t var)
546
{
547
return h2_config_geti(r, r->server, var);
548
}
549
550
apr_int64_t h2_config_rgeti64(request_rec *r, h2_config_var_t var)
551
{
Callers
4
check_early_hints
Function · 0.85
h2_c1_can_upgrade
Function · 0.85
h2_c2_filter_notes_out
Function · 0.85
h2_headers_rcreate
Function · 0.85
Calls
1
h2_config_geti
Function · 0.85
Tested by
no test coverage detected