personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

HttpClient close leak. #77

Closed SawamiWataru closed 5 years ago

SawamiWataru commented 5 years ago

Related issue:https://github.com/personium/personium-client-java/issues/49

ghost commented 5 years ago

It seems that the problem was that the TCP connection was not closed because the caller did not issue a disconnect instruction, so it seems that the problem was solved when Connection: close was specified for the header on the engine side.

SawamiWataru commented 5 years ago

Released v1.5.19