Closed as not planned
Description
--- FAIL: TestServerHijackGetsBackgroundByte (0.00s)
serve_test.go:5911: Peek = "", read tcp 127.0.0.1:51202->127.0.0.1:51203: wsarecv: The I/O operation has been aborted because of either a thread exit or an application request.; want foo, nil
serve_test.go:5916: context unexpectedly canceled
FAIL
FAIL net/http 7.162s
greplogs -l -e 'The I/O operation has been aborted(?:.*\n)*FAIL\s+net/http'
2022-06-28T16:57:18-533082d/windows-arm64-11
This is the same error message observed on this platform (in a different test) in #52893.
This error code seems to be ERROR_OPERATION_ABORTED
.
(https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--500-999-)