Open daurnimator opened 7 years ago
What do you mean about "the request is not of a certain form"? Can I have a verbose log (-v option) to understand what is going on?
What do you mean about "the request is not of a certain form"?
As in if the HEADERS block does not contain $SPECIAL_HEADER then the server immediately responds with RST_STREAM.
i.e. after every request headers block sent for the test, the server immediately replies with a RST_STREAM.
What is the $SPECIAL_HEADER? Is it implementation dependent header? If so, there is nothing that h2spec can do...
What is the $SPECIAL_HEADER? Is it implementation dependent header?
It's something purposefully abstract :)
If so, there is nothing that h2spec can do...
As I see it: the server isn't doing anything against the http2 specification, so h2spec shouldn't have tests fail on it. I think there could be a check that if a RST_STREAM comes back, h2spec skips the test.
I have a server/set of endpoints that will RST_STREAM if the request is not of a certain form.