| 1514 | } |
| 1515 | |
| 1516 | apr_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 | |
| 1523 | apr_status_t h2_res_create_ngheader(h2_ngheader **ph, apr_pool_t *p, |
| 1524 | ap_bucket_response *response) |
no test coverage detected