Re: JEP 321 surface-level comments

2018-06-11 Thread Chris Hegarty
On 11/06/18 17:02, Chris Povirk wrote: And sorry, I only now remembered that you asked for an acknowledgement of each point. The immutable-HttpRequest change sounds good, too. No problem. I'll push the change to the sandbox, and it will be picked up the next refresh ( hopefully later this week

Re: HttpClient API expectations for connection failures

2018-06-11 Thread Jaikiran Pai
Any thoughts? -Jaikiran On Sunday, June 3, 2018, Jaikiran Pai wrote: > Consider the following code: > > public class HttpClientTest { > public static void main(final String[] args) { > final HttpClient httpClient = HttpClient.newBuilder().build(); > final String targetURL = "