-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net/http: failures with ERROR_OPERATION_ABORTED
on windows/arm64
#53584
Comments
ERROR_OPERATION_ABORTED
on windows/arm64ERROR_OPERATION_ABORTED
on windows/arm64
2022-07-07T19:06:45-84e58bf-8ac58de/windows-arm64-10:
|
Gathering all of these occurrences in one place, since this looks like either a
|
I'm looking into this. Still trying to reproduce it. |
There have been a lot of @qmuntal, should we close this as obsolete? |
Yes, I couldn't repro nor find the culprit. |
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-)
(CC @neild @golang/windows @qmuntal)
The text was updated successfully, but these errors were encountered: