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

Function h2_headers_clone

modules/http2/h2_headers.c:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190h2_headers *h2_headers_clone(apr_pool_t *pool, h2_headers *h)
191{
192 return h2_headers_create(h->status, h->headers, h->notes, h->raw_bytes, pool);
193}
194
195h2_headers *h2_headers_die(apr_status_t type,
196 const h2_request *req, apr_pool_t *pool)

Callers 1

h2_bucket_headers_cloneFunction · 0.85

Calls 1

h2_headers_createFunction · 0.85

Tested by

no test coverage detected