Re: RFR: 8211308: Support HTTP/2 in WebView

2019-11-27 Thread Kevin Rushforth
On Wed, 16 Oct 2019 21:43:15 GMT, Kevin Rushforth wrote: > On Wed, 16 Oct 2019 18:10:00 GMT, Kevin Rushforth wrote: > >> On Wed, 16 Oct 2019 17:58:32 GMT, Arunprasad Rajkumar >> wrote: >> >>> On Fri, 11 Oct 2019 11:21:08 GMT, Robin Westberg >>> wrote: >>> On Fri, 11 Oct 2019

Re: RFR: 8211308: Support HTTP/2 in WebView

2019-10-16 Thread Kevin Rushforth
On Wed, 16 Oct 2019 18:10:00 GMT, Kevin Rushforth wrote: > On Wed, 16 Oct 2019 17:58:32 GMT, Arunprasad Rajkumar > wrote: > >> On Fri, 11 Oct 2019 11:21:08 GMT, Robin Westberg >> wrote: >> >>> On Fri, 11 Oct 2019 07:01:48 GMT, Arunprasad Rajkumar >>> wrote: >>> On Fri, 11 Oct 2019

Re: RFR: 8211308: Support HTTP/2 in WebView

2019-10-16 Thread Kevin Rushforth
On Wed, 16 Oct 2019 17:58:32 GMT, Arunprasad Rajkumar wrote: > On Fri, 11 Oct 2019 11:21:08 GMT, Robin Westberg > wrote: > >> On Fri, 11 Oct 2019 07:01:48 GMT, Arunprasad Rajkumar >> wrote: >> >>> On Fri, 11 Oct 2019 06:44:09 GMT, Johan Vos wrote: >>> On Fri, 11 Oct 2019 06:18:38

Re: RFR: 8211308: Support HTTP/2 in WebView

2019-10-16 Thread Arunprasad Rajkumar
On Fri, 11 Oct 2019 11:21:08 GMT, Robin Westberg wrote: > On Fri, 11 Oct 2019 07:01:48 GMT, Arunprasad Rajkumar > wrote: > >> On Fri, 11 Oct 2019 06:44:09 GMT, Johan Vos wrote: >> >>> On Fri, 11 Oct 2019 06:18:38 GMT, Arunprasad Rajkumar >>> wrote: >>> On Fri, 11 Oct 2019 06:07:14

Re: RFR: 8211308: Support HTTP/2 in WebView

2019-10-11 Thread Johan Vos
On Fri, 11 Oct 2019 06:18:38 GMT, Arunprasad Rajkumar wrote: > On Fri, 11 Oct 2019 06:07:14 GMT, Arunprasad Rajkumar > wrote: > >> The goal of this enhancement is to use new [HttpClient >> APIs](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html)

Re: RFR: 8211308: Support HTTP/2 in WebView

2019-10-11 Thread Arunprasad Rajkumar
On Fri, 11 Oct 2019 06:07:14 GMT, Arunprasad Rajkumar wrote: > The goal of this enhancement is to use new [HttpClient > APIs](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html) > available from JDK 11. > > Reference: > [1]