You'll notice
Useful2 Signal0
Connection checks now time out properly and record whether your proxy was used.
What's wrong with this entry?
Anonymous. No account, no email.
What
The hello-endpoint probe used by the connection diagnostics now runs on fetch with an explicit timeout and reports whether a proxy was involved.
Details
- Uses
AbortSignal.timeoutrather than the previous HTTP client, and cancels the response body. - A timed-out probe is reported as a distinct error rather than a generic failure.
- The result records
usedProxyso the failure UI can tell whether a configured proxy was actually in play.
Evidence
usedProxy
Strings lifted out of the shipped bundle, so the claim above can be checked against them.