File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ public override async Task<Response> SendAsync(CancellationToken cancellationTok
137137 metricsBuilder . SetProxy ( this . _proxy != null , this . _proxy ? . Key ) ;
138138
139139 using HttpRequestMessage httpRequest = this . ToHttpRequestMessage ( ) ;
140- httpRequest . Version = new Version ( 3 , 0 ) ;
141- httpRequest . VersionPolicy = HttpVersionPolicy . RequestVersionOrLower ;
140+ httpRequest . Version = this . _httpVersion ;
141+ httpRequest . VersionPolicy = this . _httpVersionPolicy ;
142142
143143 metricsBuilder . MarkConnectStart ( ) ;
144144 HttpResponseMessage httpResponse = await client . SendAsync ( httpRequest ,
Original file line number Diff line number Diff line change 1515 <PackageProjectUrl >https://github.com/AlexanderDotH/DevBase.git</PackageProjectUrl >
1616 <RepositoryUrl >https://github.com/AlexanderDotH/DevBase.git</RepositoryUrl >
1717 <RepositoryType >git</RepositoryType >
18- <Version >1.4.5 </Version >
18+ <Version >1.4.6 </Version >
1919 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2020 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
2121 <PackageTags >http;client;requests;proxy;socks5;jwt;authentication;fluent-api;async;retry;rate-limiting;json;html-parsing</PackageTags >
You can’t perform that action at this time.
0 commit comments