You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: