Re: [jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-19 Thread Kevin Rushforth
On Thu, 19 Aug 2021 18:39:08 GMT, Johan Vos wrote: > We should probably add this to the release notes. Good idea. - PR: https://git.openjdk.java.net/jfx11u/pull/30

Re: [jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-19 Thread Johan Vos
On Tue, 17 Aug 2021 17:13:36 GMT, Kevin Rushforth wrote: > Clean backport of HTTP/2. This is enabled by default only with running with > JDK 12 or later. > > I have tested this with both JDK 11, where I verified that it HTTP/2 is not > enabled, and JDK 15, where I verified that it HTTP/2 is en

Re: [jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-19 Thread Johan Vos
On Thu, 19 Aug 2021 11:42:12 GMT, Kevin Rushforth wrote: > @johanvos Did you want to review this before I integrate it? I'm testing, will have a result in < 4 hours from now - PR: https://git.openjdk.java.net/jfx11u/pull/30

Re: [jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-19 Thread Kevin Rushforth
On Tue, 17 Aug 2021 17:13:36 GMT, Kevin Rushforth wrote: > Clean backport of HTTP/2. This is enabled by default only with running with > JDK 12 or later. > > I have tested this with both JDK 11, where I verified that it HTTP/2 is not > enabled, and JDK 15, where I verified that it HTTP/2 is en

[jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-17 Thread Kevin Rushforth
Clean backport of HTTP/2. This is enabled by default only with running with JDK 12 or later. I have tested this with both JDK 11, where I verified that it HTTP/2 is not enabled, and JDK 15, where I verified that it HTTP/2 is enabled. As an FYI, I tested this patch in my [test-kcr-11.0.13](http

Re: [jfx11u] RFR: 8211308: Support HTTP/2 in WebView

2021-08-17 Thread Kevin Rushforth
On Tue, 17 Aug 2021 17:13:36 GMT, Kevin Rushforth wrote: > Clean backport of HTTP/2. This is enabled by default only with running with > JDK 12 or later. > > I have tested this with both JDK 11, where I verified that it HTTP/2 is not > enabled, and JDK 15, where I verified that it HTTP/2 is en