On 23/10/2015 08:39, Rémy Maucherat wrote: > 2015-10-22 16:56 GMT+02:00 Mark Thomas <ma...@apache.org>: > >> 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. >> > > If you don't find anything obvious, NIO works so that's good enough for > this build.
I've made a little progress. I can see in Wireshark that the initial HTTP/2 connection preface is sent followed by a SETTINGS frame are sent by Chrome. Debug logging in Tomcat shows that that data is never processed by the Http2UpgradeHandler. My current thinking is that this data is getting lost somewhere in the handshake process. I want to add more debug logging to Tomcat so I can track all the bytes and match up what I see in Wireshark with what I see in Tomcat. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org