Skip to content
New issue

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

Connection to registry.npmjs.org not closed after fetching package #3458

Open
1 task
pboguslawski opened this issue Oct 25, 2022 · 0 comments
Open
1 task

Comments

@pboguslawski
Copy link

Your Environment

  • verdaccio version: 5.15.4
  • node version: 12.22.5~dfsg-2~11u1 from Debian 11
  • os: linux

Describe the bug

After fetching package from registry.npmjs.org via verdaccio, verdaccio keeps connection to registry.npmjs.org open.

To Reproduce

Start verdaccio configured with fetching packages from registry.npmjs.org; fetch any package and use tcpdump/iptraf to observe that HTTPS connection from verdaccio to registry.npmjs.org is not closed and some data is still transmitted (keep alives maybe?).

Expected behavior

verdaccio should close its client connection to registry.npmjs.org ASAP after fetching package.

Contribute to Verdaccio

  • I'm willing to fix this bug 🥇
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants