Propagate correct exception in Http2Connection.Abort (dotnet/corefx#39496)
authorStephen Toub <stoub@microsoft.com>
Mon, 15 Jul 2019 21:17:18 +0000 (17:17 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 21:17:18 +0000 (17:17 -0400)
commit343728ed3b833110516e13a1c6c73769cfce4f0d
tree154d1c6c8d042b93ad654603a29182aedcf930dc
parent7adca638bdacf84227d5e25e0c5774e3c09a74c6
Propagate correct exception in Http2Connection.Abort (dotnet/corefx#39496)

Ensure we pass the `_abortException`, not `abortException`, to the streams, and log any non-duplicate exception.

Commit migrated from https://github.com/dotnet/corefx/commit/cfccc26f9e77fa9f745857ec48a256309e29f39d
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs