[no subject]

2018-05-14 Thread Simon Roberts
I have a very simple attempt to use the Java 10 / incubator httpclient api. It works on "regular" resources, but fails horribly when attempting to get things from localhost. It fails using 127.0.0.1, the actual non-loopback IP, and the name localhost. The server is running, and presenting a very

Re: RFR:8194298 Add support for per Socket configuration of TCP keepalive

2018-05-14 Thread Alan Bateman
On 14/05/2018 16:30, vyom tewari wrote: Hi All, Please find the latest webrev(http://cr.openjdk.java.net/~vtewari/8194298/webrev0.5/index.html). Only change with the previous wrev(04) is i removed "socket type" as Alan suggested and used the defaultĀ  constructor (Set

Re: RFR:8194298 Add support for per Socket configuration of TCP keepalive

2018-05-14 Thread vyom tewari
Hi All, Please find the latest webrev(http://cr.openjdk.java.net/~vtewari/8194298/webrev0.5/index.html). Only change with the previous wrev(04) is i removed "socket type" as Alan suggested and used the defaultĀ  constructor (Set options = new HashSet<>();) in