Hi,
Doesn't CLOSE_WAIT state mean that the server already received a FIN
from the client and the server did not issue a close()? Could you
please clarify why you say: make sure you are actually closing
connections after accessing RESTful API.
Also, the client being used is: Javax.net.ssl.HttpsURLConnection
Thanks