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

Function init_params

modules/http2/h2_push.c:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static void init_params(link_ctx *ctx)
261{
262 if (!ctx->params) {
263 ctx->params = apr_table_make(ctx->pool, 5);
264 }
265 else {
266 apr_table_clear(ctx->params);
267 }
268}
269
270static int same_authority(const h2_request *req, const apr_uri_t *uri)
271{

Callers 1

inspect_linkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected