personium / personium-client-java

Java client library
Apache License 2.0
1 stars 5 forks source link

HttpClient close leak. #49

Closed SawamiWataru closed 5 years ago

ghost commented 5 years ago

When I closed HttpClient, there was a problem that I could not get the body of HttpResponse in subsequent processing.

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.

There is no need to modify client-java.