mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 02:38:27 -04:00
6d7462ac99
* 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