On Wed, Feb 14, 2018 at 6:27 PM, Mark Thomas 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 defaul
On 14/02/18 17:21, Rémy Maucherat wrote:
> On Wed, Feb 14, 2018 at 6:09 PM, Mark Thomas wrote:
>
>> On 14/02/18 15:41, Rémy Maucherat wrote:
>>> Hi,
>>>
>>> I'm using h2test on and off to see what's going on. It helps me find a
>>> signif
On Wed, Feb 14, 2018 at 6:09 PM, Mark Thomas wrote:
> On 14/02/18 15:41, Rémy Maucherat wrote:
> > Hi,
> >
> > I'm using h2test on and off to see what's going on. It helps me find a
> > significant issue sometimes (like this one r1823670).
>
> I'v
On 14/02/18 15:41, Rémy Maucherat wrote:
> Hi,
>
> I'm using h2test on and off to see what's going on. It helps me find a
> significant issue sometimes (like this one r1823670).
I've been using h2spec which also found a number of issues. Generally,
test suites are very
Hi,
I'm using h2test on and off to see what's going on. It helps me find a
significant issue sometimes (like this one r1823670).
Now, it almost looks ok, with a few oddities left:
- The ping flag may be inverted (ack is supposed to be 0, not 1, from what
I read in the spec). Did I miss