forked from nodejs/undici
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clientFactory option to ProxyAgent (nodejs#2003)
* Add clientFactory option to ProxyAgent The default use of a Client means that HTTP CONNECT requests to the Proxy will block successive requests. Giving consumers the option to supply a factory allows them use a Pool which ensures that these requests will not block. fixes: nodejs#2001 * fixup! Use pool by default and change clientFactory return type * Add clientFactory to ProxyAgent docs --------- Co-authored-by: Andrew Fecenko <afecenko@atlassian.com>
- Loading branch information
1 parent
8e870e3
commit 27ab2ba
Showing
5 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters