Add SslStream test for zero-byte reads (#37128)
authorStephen Toub <stoub@microsoft.com>
Sun, 31 May 2020 14:19:39 +0000 (10:19 -0400)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 14:19:39 +0000 (10:19 -0400)
commitbaedfec539e176714b020124dc4cf0551177bd02
tree1a657896bca9c3757c8f3c1ba9cf17f2ad7f5be2
parent21783bc9d8c3d05093a5bf2f579b45d48c423fb6
Add SslStream test for zero-byte reads (#37128)

* Add SslStream test for zero-byte reads

We have higher-level tests for libraries like WebSockets that validate the behavior of zero-byte reads, but we don't currently have one in System.Net.Security's tests.  Adding one.

* Address PR feedback
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamStreamToStreamTest.cs