On Wed, Feb 14, 2018 at 6:27 PM, Mark Thomas <ma...@apache.org> wrote:
> If you are testing PING (or anything else) you probably need to disable > the keep-alive PINGs else they mess up the test. > > You want the hidden option initiatePingDisabled="false" on the > Http2Protocol > It didn't work as it is the default, but initiatePingDisabled="true" did :) Thanks, and sorry for the noise, case closed. Rémy > > See http://svn.apache.org/viewvc?rev=1788554&view=rev > > h2spec passes for me providing I use the setting above. If I don't set > it, I get all sorts of failures, > > HTH, > > Mark > > > > > Rémy > > > > > >> > >> Mark > >> > >> > >> [1] > >> https://github.com/apache/tomcat/blob/trunk/java/org/apache/ > coyote/http2/ > >> Http2UpgradeHandler.java#L1444 > >> > >> [2] > >> https://github.com/apache/tomcat/blob/trunk/java/org/apache/ > coyote/http2/ > >> Http2UpgradeHandler.java#L1436 > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > >> For additional commands, e-mail: dev-h...@tomcat.apache.org > >> > >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >