mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
50805a9859
Map `WSAESHUTDOWN` to `io::ErrorKind::BrokenPipe` As discussed in [#t-libs > WSAESHUTDOWN error on Windows](https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/WSAESHUTDOWN.20error.20on.20Windows/with/591883531), this adds the mapping for `WSAESHUTDOWN` on Windows to `io::ErrorKind::BrokenPipe`. r? RalfJung