Skip to content

Commit

Permalink
Change HttpClientFactory constructor behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Oct 28, 2023
1 parent 6b3b351 commit 6a960d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlainHttp/HttpClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public HttpClientFactory()
public HttpClientFactory(HttpHandlerOptions handlerOptions)
{
this.handlerOptions = handlerOptions;
this.proxyHandlerOptions = new HttpHandlerOptions();
this.proxyHandlerOptions = handlerOptions;
}

public HttpClientFactory(HttpHandlerOptions handlerOptions, HttpHandlerOptions proxyHandlerOptions)
Expand Down

0 comments on commit 6a960d3

Please sign in to comment.