add HttpConnectionBase and refactor some connection logic, in preparation for HTTP2...
authorGeoff Kizer <geoffrek>
Wed, 25 Apr 2018 10:12:42 +0000 (03:12 -0700)
committerGeoff Kizer <geoffrek>
Tue, 17 Jul 2018 18:49:15 +0000 (11:49 -0700)
commitc7c0f0e61145d06961e05981743507ce58b62d4d
tree177ffa2e9d67237165519ce536fd860d710684c7
parent8134507ec17808ff18c4e458fcd29fdaf0776226
add HttpConnectionBase and refactor some connection logic, in preparation for HTTP2 support

Commit migrated from https://github.com/dotnet/corefx/commit/8595970e24d5f52c0777ef2b4a5f0d88397fe7bb
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System/Net/Http/HttpRequestException.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnection.cs
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionBase.cs [new file with mode: 0644]
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs