java.net.URLConnection defined connect(), but there is no corresponding
disconnect() method.
It would and has caused problems of not releasing critical system resources
taken up by each connection. See bugs 4166799 and 4167874.
disconnect() method.
It would and has caused problems of not releasing critical system resources
taken up by each connection. See bugs 4166799 and 4167874.
- duplicates
-
JDK-4167874 URL-downloaded jar files can consume all available file descriptors
- Closed