improve handling of 100continue for H2 (dotnet/corefx#39869)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Tue, 30 Jul 2019 20:43:57 +0000 (13:43 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2019 20:43:57 +0000 (13:43 -0700)
commit6185988bed56b2222a836e72d81b5465f4c6146a
treee951bdbb8c4d628ed5278fc7edd59112547ac344
parent118e4aa479dcb6960ae567dbd046efe59d1c720c
improve handling of 100continue for H2 (dotnet/corefx#39869)

* improve handling of 100continue for H2

* feedback from review

Commit migrated from https://github.com/dotnet/corefx/commit/556792fdc3f76af238e3955b3d5716ede558d42f
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs
src/libraries/System.Net.Http/tests/FunctionalTests/NtAuthTests.cs