HTTP3: Dispose HTTP3 connection when HttpClientHandler is disposed (#56943)
authorGeoff Kizer <geoffrek@microsoft.com>
Fri, 6 Aug 2021 04:43:16 +0000 (21:43 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 04:43:16 +0000 (21:43 -0700)
commit6ac03709fd2d017e84f8139284cfa6b5c3a56934
treeee5b7051ae32c46a1162b712976d6709ea61ca11
parentab0991e1adf2e4ebbcb09a1ddcfdfc031aa21510
HTTP3: Dispose HTTP3 connection when HttpClientHandler is disposed (#56943)

* dispose Http3Connection when HttpClient is disposed

Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com>
src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs
src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs