Re: EOF excption in HTTP 1.1 server interaction

2018-05-18 Thread Daniel Fuchs
Hi Simon, I have done some more investigation, and I believe the issue here is that the `express` server doesn't like the connection upgrade that our HTTP Client asks for. As a result instead of ignoring the upgrade and simply replying with HTTP/1.1 the server seems to close the connection just a

Re: EOF excption in HTTP 1.1 server interaction

2018-05-18 Thread Daniel Fuchs
Hi Simon, In complement to my previous answer, please find some additional info to your questions: On 16/05/2018 17:24, Simon Roberts wrote: Notes, as a result of the discussion, I deliberately added code, at line 56 of server.js, to try to ensure that it's sending \r\n. You don't need to d

Re: EOF excption in HTTP 1.1 server interaction

2018-05-18 Thread Simon Roberts
Thanks for all of this Daniel. Yes I finally managed to build curl with http2.0 support, and I see the same thing. I hate when one wastes three days (and who knows what of all your time) on a bug in a tool one was only using as ancillary support because one thought it would be quick (though hopefu

Re: JEP 321 surface-level comments

2018-05-18 Thread Chris Hegarty
Hi Chris, Tobias, Apologies for the delayed reply. I have spent a significant amount of time on this feedback, both prototyping and determining any potential impact on the API. There are a number of proposals in this email that address some of the comments, as well as explanations for those that

Re: JEP 321 surface-level comments

2018-05-18 Thread Chris Hegarty
Hi Tobias, On 10/05/18 19:51, Tobias Thierer wrote: On Tue, May 8, 2018 at 12:35 PM Chris Povirk > wrote: Commenting inline on just a couple of points. * I second the idea of making HttpHeaders a final class, as proposed as part ofJDK-8184274