jpillora / jpillora/node-ssh-http-agent
Should pass 'debug' parammeter like the http factory method
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As debug is not passed as a parammeter, it takes the global debug, which is a symbol.
Adding the `debug param fixes the issue.
sshAgent.https = function (via, debug) {
Great library! saved my day 👍
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open agent.js at the linked line around 294 and compare sshAgent.https with the HTTP factory method's parameters. Ensure the debug parameter is handled there, then verify that the issue's reported global debug behavior is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100