[rfc][icedtea-web] disconnecting httpurlconnections
Jiri Vanek
jvanek at redhat.com
Wed Apr 30 12:47:13 UTC 2014
Hi!
I started to tweek https, and I found,that no urlconnection (which is in 99% httpurlconnection) do
not disconnect after calling url.openConnection().
Although after calling openConnection, the connection do not need to be in "open" state, nor
individual operations needs to call manually connect() it should be disconnected (as the operations
mostly call connect).
Although it do not mind for http (to much), it meters for https connection a lot.
I have tested this patch a lot, including manual testaces (and so eluminate and webex) and it seems
to be not breaking anything.
Thoughts? 1.5?
J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: closinigConnections.patch
Type: text/x-patch
Size: 18750 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140430/ca9df8ef/closinigConnections-0001.patch>
More information about the distro-pkg-dev
mailing list