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

Leaking HTTP connections #333

Closed
strangepleasures opened this issue Sep 22, 2021 · 0 comments
Closed

Leaking HTTP connections #333

strangepleasures opened this issue Sep 22, 2021 · 0 comments

Comments

@strangepleasures
Copy link
Contributor

strangepleasures commented Sep 22, 2021

There's a lot of places in the code where HTTP(S) requests are made using getHttp.
Contrarily to the common best practice, HTTP connections are never closed explicitly.
They might get closed by the system at some point, but that somehow never happens in our AWS setup.
(May be OS/JVM/settings-dependent).

strangepleasures added a commit to strangepleasures/kotlin-jupyter that referenced this issue Sep 22, 2021
ileasile pushed a commit to strangepleasures/kotlin-jupyter that referenced this issue Sep 27, 2021
strangepleasures added a commit to strangepleasures/kotlin-jupyter that referenced this issue Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant