Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added check to see if the global pool is being used before using the …
…global agent
- Loading branch information
de8508e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this commit is the cause of issue #617 (
globalPool
not used whenmaxSockets
are set); test is provided in the issue.