v0.6.9a2
Pre-release
Pre-release
Fixed
- Windows browser-restart log noise (
WinError 995)
Suppressed benign Windows Proactor teardown errors logged when the event loop and proxy relay are torn down during a browser restart.
The loop exception handler now ignoresWinError 995(ERROR_OPERATION_ABORTED) andWinError 64(ERROR_NETNAME_DELETED)
alongside the existing10054(WSAECONNRESET); genuine errors are still surfaced. The restart itself was always succeeding — only
the spuriousERRORtracebacks are gone.