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

Function add_table_header

modules/http2/h2_util.c:1464–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1462}
1463
1464static int add_table_header(void *ctx, const char *key, const char *value)
1465{
1466 if (!h2_util_ignore_resp_header(key)) {
1467 add_header(ctx, key, value);
1468 }
1469 return 1;
1470}
1471
1472static apr_status_t ngheader_create(h2_ngheader **ph, apr_pool_t *p,
1473 int unsafe, size_t key_count,

Callers

nothing calls this directly

Calls 2

add_headerFunction · 0.70

Tested by

no test coverage detected