Unlock SslStream for writes after failed write (dotnet/corefx#36106)
authorStephen Toub <stoub@microsoft.com>
Mon, 18 Mar 2019 13:21:33 +0000 (09:21 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 13:21:33 +0000 (09:21 -0400)
commit0f00c5fd41983ba0ba6733eaabdaf3498dcf123f
treeead3620839aa8c2ca3858e1eda06277d7aa9cc01
parentaf9ae4957e7e513e8764add5ce27fa3564569068
Unlock SslStream for writes after failed write (dotnet/corefx#36106)

Commit migrated from https://github.com/dotnet/corefx/commit/6123d3916f1a78de36a49e52f73ab7129c4cfa95
src/libraries/Common/src/Interop/Windows/SChannel/Interop.SECURITY_STATUS.cs
src/libraries/Common/src/System/Net/SecurityStatusAdapterPal.Windows.cs
src/libraries/Common/src/System/Net/SecurityStatusPal.cs
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs
src/libraries/System.Net.Security/src/System/Net/Security/SslStream.cs
src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamStreamToStreamTest.cs
src/libraries/System.Net.Security/tests/UnitTests/Fakes/FakeSslStream.Implementation.cs