Julien Hoarau
Julien Hoarau
Awesome, thanks @jonathanslenders !
I will give it a go (or at least start 😄 )
It seems that this test https://github.com/summerwind/h2spec/blob/5de785c2f63d39695b8d933e0fde4698eb422fba/http2/8_1_2_3_request_pseudo_header_fields.go#L214 is a duplicate of https://github.com/summerwind/h2spec/blob/5de785c2f63d39695b8d933e0fde4698eb422fba/http2/8_1_2_3_request_pseudo_header_fields.go#L154 and should have been the test for missing `:path` I will raise a PR.
There's already a test for missing `:path` ``` tg.AddTestCase(&spec.TestCase{ Desc: "Sends a HEADERS frame that omits \":path\" pseudo-header field", Requirement: "The endpoint MUST respond with a stream error of type...