mirror of https://github.com/grpc/grpc.git
[EventEngine] Remove invalid IOCP closed socket test (#37864)
The [CreateIoCompletionPort ](https://learn.microsoft.com/en-us/windows/win32/fileio/createiocompletionport) API specifies that the handle must either be open, or explicitly the `INVALID_HANDLE_VALUE` value. Testing the API with a closed socket is apparently UB.
Closes #37864
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37864 from drfloob:rm-iocp-ub-test 514e899899
PiperOrigin-RevId: 683647143
pull/37871/head
parent
2e0eea1e64
commit
d56d89f691
1 changed files with 0 additions and 10 deletions
Loading…
Reference in new issue