Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.1k stars 105 forks source link

Leaking HTTP connections #333

Closed strangepleasures closed 2 years ago

strangepleasures commented 2 years ago

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).