| 1462 | } |
| 1463 | |
| 1464 | static 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 | |
| 1472 | static apr_status_t ngheader_create(h2_ngheader **ph, apr_pool_t *p, |
| 1473 | int unsafe, size_t key_count, |
nothing calls this directly
no test coverage detected