-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronously update internal sockets length so http.Agent pooling is…
… used (#300) * Synchronously update internal sockets length so http.Agent pooling is used Fixes #299 * Fix some comments * Use fewer ts-expect-error comments * Implement getName method to get both http/https names * Fix linting * Create seven-colts-flash.md * Make getName() public and add tests for it * Add test for keepAlive+maxSockets when using https
- Loading branch information
1 parent
b5f94e3
commit e62863c
Showing
3 changed files
with
199 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"agent-base": patch | ||
--- | ||
|
||
Synchronously update internal sockets length so `http.Agent` pooling is used |
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