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

Function h2_config_get

modules/http2/h2_config.c:504–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504static const h2_config *h2_config_get(conn_rec *c)
505{
506 h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(c);
507
508 if (conn_ctx && conn_ctx->server) {
509 return h2_config_sget(conn_ctx->server);
510 }
511 return h2_config_sget(c->base_server);
512}
513
514int h2_config_cgeti(conn_rec *c, h2_config_var_t var)
515{

Callers 3

h2_config_cgetiFunction · 0.85
h2_config_cgeti64Function · 0.85
h2_cconfig_get_priorityFunction · 0.85

Calls 1

h2_config_sgetFunction · 0.85

Tested by

no test coverage detected