Ilya Grigorik
Ilya Grigorik
Funny, I thought I already added those.. but guess not. Definitely a good idea.
@georgeu2000 guessing, our demo server keels over and stops accepting connections..
@HoneyryderChuck anything we can merge upstream? :)
> EDIT #2: After more digging, it turns out that many specs fail except for HTTP/2 Connection Preface. It has nothing to do with the Frame Size. There is an...
Apologies, did not follow through. Would you be willing to cherry-pick and land what you outlined in that thread? You have the commit bit :)
Hmm, bummer. Would love to converge back. If anyone is interested in picking this up...
> Since we seem to be coupling h2spec with http-2, we may want to update the tests to run against h2spec as well as the existing specs...? I'd _love_ to...
If we want to force ourselves to pay attention to these test, and make sure we don't regress, then we have to get them running via Travis on each check-in.....
How are you integrating it with Travis. One way would be to make h2spec part of the default rake suite.. log all the output to stdout, exit with failure code...
At a minimum, we should create a separate rake task to run the h2spec suite to make it more convenient to run locally. Also, default to "on" in CI is...