users@jersey.java.net

[Jersey] Re: CLOSE_WAIT sockets on client disconnect

From: <rpujar_at_inocybe.com>
Date: Tue, 2 Aug 2016 21:25:28 +0000 (UTC)

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