We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To close all remaining free sockets, thoughts @simov?
The text was updated successfully, but these errors were encountered:
Sounds logical, I guess you are referring to the code used in this test request/request#1511 (comment)
If you are going to implement that method here, we're also going to need a failing test in the request repository, as we don't have any tests here.
Sorry, something went wrong.
We've fixed this issue in this fork. Should we provide a pull request?
PS Original forever agent has an issue with.
if (this.sockets[name]) { ... } else if (this.sockets[name] && this.sockets[name].length === 0) { ... }
else won't be invoked.
else
No branches or pull requests
To close all remaining free sockets, thoughts @simov?
The text was updated successfully, but these errors were encountered: