mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
The Check documentation links job on PR #320 flagged a link in README.md to eur-lex.europa.eu as dead because the EU legal-content portal responds with HTTP 202 (Accepted) to HEAD requests. 202 is a 2xx success class — the server responded and the link is valid; it just means "the request was accepted and is being processed". Adding 202 alongside 200 / 206 in aliveStatusCodes fixes the false positive broadly, not just for this one URL. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>