mirror of
https://github.com/caddyserver/caddy.git
synced 2025-12-11 07:35:31 -05:00
* Allow pushing multiple resources via Link header * Add nopush test case * Extract Link header parsing to separate function * Parser regexp-free * Remove dead code, thx gometalinter * Redundant condition - won't happen * Reduce duplication