Skip to content

issues Search Results · repo:mknj/node-keepalive-proxy-agent language:JavaScript

Filter by

10 results
 (71 ms)

10 results

inmknj/node-keepalive-proxy-agent (press backspace or delete to remove)

Thanks for this great package! We switched from using tunnel to node-keepalive-proxy-agent in a very high concurrency environment (billions of requests) and we ve started seeing this error rarely: 2023-04-21T11:40:16.013743261Z ...
  • stx
  • 3
  • Opened 
    on Apr 21, 2023
  • #44

If the proxySocket get an end event before receiving the HTTP CONNECT response, then it just hangs. We need an end handler in parallel with the error handler to handle this case.
  • brianN0KZ
  • Opened 
    on Oct 4, 2022
  • #41

When using provided proxy way of instantiating Agent, image The NetConnectOpts type of options in net.connect(options) here expects host and not hostname (see interface definition below). interface ...
  • anirudhsaligram
  • 2
  • Opened 
    on Oct 25, 2021
  • #38

Hello, https://www.npmjs.com/package/keepalive-proxy-agent This NPM package shows that the license is ISC and not MIT. Can you please confirm whether this is a mistake and publish a new version with ...
  • anirudhsaligram
  • 5
  • Opened 
    on Oct 25, 2021
  • #37

Hello, Great little library, solves my concerns about performance without keep-alives very nicely! I m working in an environment where Squid is set up to conditionally allow egress to particular URLs ...
  • ijmad
  • 1
  • Opened 
    on Oct 9, 2021
  • #36

Some of the http libs (request) pass the request hostname as host instead of hostname, so the agent fails to connect. https://github.com/mknj/node-keepalive-proxy-agent/blob/471535a3ae5ab72ff243c455073cad69cb5fb38b/index.js#L57 ...
  • TheBeastLT
  • Opened 
    on Nov 8, 2020
  • #29

Hello! As far as I experiment (using it as an agent for axios), https requests are ok, but http fail. Any solution for this?
  • terion-name
  • 6
  • Opened 
    on Jul 20, 2020
  • #28

As I want to use this package in my own npm package, it would be great if you could make a new npm release. Thanks in advance!
  • bjowes
  • 1
  • Opened 
    on Nov 12, 2019
  • #20

Hi, I m having a problem with node 8.x.x, if i set manually the proxy settings: agent: new Agent({ proxy: { host: MYPROXYURL , port: 3128 } }) The request are working, ...
  • javierblancosp
  • 3
  • Opened 
    on Oct 23, 2018
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub