Re: Support HTTP/2 protocol

2017-01-31 Thread Oleg Kalnichevski
On Mon, 2017-01-30 at 08:43 -0700, Shawn Heisey wrote: > On 1/26/2017 8:15 AM, Oleg Kalnichevski wrote: > > ALPN will be supported as soon as it is supported by the Java > > platform > > (which is not going to happen until Java 9).  > > I see evidence that the other Java http implementations have

Re: Support HTTP/2 protocol

2017-01-30 Thread Shawn Heisey
On 1/26/2017 8:15 AM, Oleg Kalnichevski wrote: > ALPN will be supported as soon as it is supported by the Java platform > (which is not going to happen until Java 9). I see evidence that the other Java http implementations have ALPN support already ... but those systems implement both server and

Re: Support HTTP/2 protocol

2017-01-28 Thread Philippe Mouawad
Thanks Oleg for your answer. Regarding JMeter, having to wait for Java 9 may not be feasible as we'll be just upgrading to Java 8 in next release but I think we'll have to support Java8 for at least 1 year or 2. Java9 will also most probably require some important work due to modules and adoption

Re: Support HTTP/2 protocol

2017-01-26 Thread Oleg Kalnichevski
On Thu, 2017-01-26 at 14:32 +0100, Philippe Mouawad wrote: > Hello , > Oleg kindly proposed to help JMeter project in adding HTTP/2 support. > > We have started this thread to work on design. > > As per Andrei remark, it seems ALPN is not yet supported by current > HTTPClient 5.x version. > Is

Re: Support HTTP/2 protocol

2017-01-26 Thread Philippe Mouawad
Hello , Oleg kindly proposed to help JMeter project in adding HTTP/2 support. We have started this thread to work on design. As per Andrei remark, it seems ALPN is not yet supported by current HTTPClient 5.x version. Is there some visibility on its support ? Thanks for your help. Regards On