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

Function head_iter

modules/http2/h2_push.c:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427static int head_iter(void *ctx, const char *key, const char *value)
428{
429 if (!ap_cstr_casecmp("link", key)) {
430 inspect_link(ctx, value, strlen(value));
431 }
432 return 1;
433}
434
435#if AP_HAS_RESPONSE_BUCKETS
436apr_array_header_t *h2_push_collect(apr_pool_t *p,

Callers

nothing calls this directly

Calls 2

ap_cstr_casecmpFunction · 0.85
inspect_linkFunction · 0.85

Tested by

no test coverage detected