Hi folks,
I'd like to port some changes around proxy handling, keep alive and
tunnelling to the HttpsClient. These should have been done along with
the HttpClient. Webrev is at:
http://cr.openjdk.java.net/~robm/8009251/webrev.01/
related issues:
https://jbs.oracle.com/bugs/browse/JDK-719921
Clearly sun.net.www.http.ChunkedOutpuStream is not a public API, so its
direct use is not supported, or recommended.
Users of the HttpURLConnection API can only get indirect references to
ChunkedOutputStream, and these are wrapped in a StreamingOutputStream
[1]. The StreamingOutputStream.close
Changeset: 133a0a0c2cbc
Author:mcimadamore
Date: 2013-02-28 14:00 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/133a0a0c2cbc
8008723: Graph Inference: bad graph calculation leads to assertion error
Summary: Dependencies are not propagated correctly through merged nodes
Changeset: 7d272e524768
Author:chegar
Date: 2013-02-28 12:39 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d272e524768
8006409: ThreadLocalRandom should dropping padding fields from its serialized
form
Reviewed-by: dl, martin, alanb, shade
! src/share/classes/java/util/co