2015-10-22 16:56 GMT+02:00 Mark Thomas <ma...@apache.org>:

> On 19/10/2015 13:38, Rémy Maucherat wrote:
> > 2015-10-19 14:24 GMT+02:00 Mark Thomas <ma...@apache.org>:
>
> >> Anything reproducible?
> >
> > Chrome mostly, Firefox is a bit nicer for me. I use JF's ApacheCon
> example
> > as well so that issues are easier to see:
> > https://github.com/jfclere/h2_demos/tree/master/httpd
> > Although APR works perfectly, NIO has some glitches and NIO2 doesn't
> work.
> > After debugging everything, I think the encryption layer is fine, the IO
> > looks fine as well, and the HTTP2 code looks ok as well.
>
> First of all, I have to say that the sslImplementationName option on the
> Connector is fantastic. To be able to switch from APR to NIO+OpenSSL
> that easily is great.
>
> JF's HTTP/2 example web page is pretty good too.
>

Cool ! Yes, it's a good stress test which makes it easy to spot an issue.

>
> I've got things up and running on Windows (a good opportunity to test
> the tcnative binaries) and I see what looks to be the same problem with
> Chrome + NIO2 in that no images are displayed. Even a simple HTTP/2 page
> fails.
>

That's what I get. Nice test since I had never tried the OpenSSL engine on
Windows [and I don't think JF did either].

>
> I'm hoping that the recent handful of HTTP/2 fixes will have made the
> root cause easier to track down. I guess I'll find out soon enough.
>
> Ok, I hope you'll find something interesting.

Rémy

Reply via email to