mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
The test's own comment said "we point the LAN host at 127.0.0.1", but the resolver stub actually returned 1.2.3.4 -- a real, internet- routable address, not 127.0.0.1 -- since the test was first written. Probing an arbitrary internet destination's reachability depends on the tester's own network path: a transparent proxy, a DPI middlebox, or "known test IP" sinkholing can all make 1.2.3.4:443 appear reachable, failing the test's core assumption outside a sandboxed CI network. See #683. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>