Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip SocketStreamTest>>testFlushLargeMessageOtherEndClosed on Windows
Fails due to Windows accepting arbitrarily large messages--much larger than the TCP send buffer--in a single send(2) call, preventing #waitForSendDone... from being called during the send process. Not sure why but this is not a regression, just strange behavior revealed by the new test.
- Loading branch information