| 425 | } |
| 426 | |
| 427 | static int head_iter(void *ctx, const char *key, const char *value) |
| 428 | { |
| 429 | if (!ap_cstr_casecmp("link", key)) { |
| 430 | inspect_link(ctx, value, strlen(value)); |
| 431 | } |
| 432 | return 1; |
| 433 | } |
| 434 | |
| 435 | #if AP_HAS_RESPONSE_BUCKETS |
| 436 | apr_array_header_t *h2_push_collect(apr_pool_t *p, |
nothing calls this directly
no test coverage detected