RE: Patch for adding SO_REUSEPORT socket option

2016-02-05 Thread Lu, Yingqi
Hi Alan, Here is the new modification of the patch. The link is available here: http://cr.openjdk.java.net/~mcberg/jdk/6432031/webrev.10/ In this version, we make supportedOptions() in AbstractPlainSocketImpl and AbstractPlainDatagramSocketImpl return an immutable set of the socket options. In

Re: RFR: 8087112 HTTP API and HTTP/1.1 implementation

2016-02-05 Thread Sean Coffey
Michael, just a comment from the supportability side of things. I think the exception handling can be improved with better exception messages which convey state. e.g http://cr.openjdk.java.net/~michaelm/8087112/01/jdk/webrev/src/java.httpclient/share/classes/java/net/http/Http1Request.java.ht