https://bugs.winehq.org/show_bug.cgi?id=55952
--- Comment #21 from Zeb Figura z.figura12@gmail.com --- (In reply to Esme Povirk from comment #20)
Do we have tests for that behavior on Windows?
test_tcp_reset() covers the mechanics of what happens when a TCP reset is received, but it uses a different mechanism for generating one. I don't think we have a test that closing a connection without reading everything in the pipe causes a TCP reset. But writing one up quickly confirms that's what happens.