2015-10-19 14:24 GMT+02:00 Mark Thomas <ma...@apache.org>: > On 19/10/2015 12:27, Rémy Maucherat wrote: > > 2015-10-16 12:26 GMT+02:00 Mark Thomas <ma...@apache.org>: > > > >> I think now is the time to give users a chance to use 9.0.x so we can > >> start gathering feedback on what works and what doesn't. > >> > > I'm still having problems with HTTP/2 and NIOx, mostly NIO2. Still no > idea > > why, I simply don't see anything wrong done by the server :( > > 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. > > > Also, it's a bit difficult to release this build without a first Tomcat > > Native build from trunk. > > Good point. I'll put a 1.2.0 release on my TODO list. > > Ok, go ahead for a first build IMO, there will be improvements later in that branch [like the ability to do SSL without APR, hopefully]. Rémy