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

Function h2_headers_copy

modules/http2/h2_headers.c:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185h2_headers *h2_headers_copy(apr_pool_t *pool, h2_headers *h)
186{
187 return h2_headers_create(h->status, h->headers, h->notes, h->raw_bytes, pool);
188}
189
190h2_headers *h2_headers_clone(apr_pool_t *pool, h2_headers *h)
191{

Callers

nothing calls this directly

Calls 1

h2_headers_createFunction · 0.85

Tested by

no test coverage detected