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

Function h2_res_create_ngtrailer

modules/http2/h2_util.c:1516–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516apr_status_t h2_res_create_ngtrailer(h2_ngheader **ph, apr_pool_t *p,
1517 ap_bucket_headers *headers)
1518{
1519 return ngheader_create(ph, p, 0,
1520 0, NULL, NULL, headers->headers);
1521}
1522
1523apr_status_t h2_res_create_ngheader(h2_ngheader **ph, apr_pool_t *p,
1524 ap_bucket_response *response)

Callers 1

h2_stream.cFile · 0.85

Calls 2

ngheader_createFunction · 0.85
is_unsafeFunction · 0.70

Tested by

no test coverage detected