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

Function md_protocol_get

modules/md/mod_md.c:1047–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045} md_conn_ctx;
1046
1047static const char *md_protocol_get(const conn_rec *c)
1048{
1049 md_conn_ctx *ctx;
1050
1051 ctx = (md_conn_ctx*)ap_get_module_config(c->conn_config, &md_module);
1052 return ctx? ctx->protocol : NULL;
1053}
1054
1055/**************************************************************************************************/
1056/* ALPN handling */

Callers 1

md_answer_challengeFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected