clean up HTTP2 protocol exception handling
authorGeoff Kizer <geoffrek>
Tue, 2 Jul 2019 10:22:04 +0000 (03:22 -0700)
committerGeoff Kizer <geoffrek>
Tue, 2 Jul 2019 11:00:31 +0000 (04:00 -0700)
commit61c51f74292c7837547e901d50e2d05294b58f60
treeaee49c5890da58518293dd0005f3360f33849ed9
parent61de06b2d5d77e1d730e4956cf0973df3d58fc1f
clean up HTTP2 protocol exception handling

Commit migrated from https://github.com/dotnet/corefx/commit/63e8aa4481928d4dc58c4cb563bfab7fdde322d0
src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs
src/libraries/System.Net.Http/src/Resources/Strings.resx
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2ConnectionException.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2ProtocolException.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2StreamException.cs [new file with mode: 0644]
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs