h2spec
h2spec copied to clipboard
Add a test for sending an initial frame other than SETTINGS?
The spec says "A SETTINGS frame MUST be sent by both endpoints at the start of a connection". How about adding a test that verifies conformance for this? I'm guessing if a non-SETTINGS frame arrives first the server could GOAWAY with PROTOCOL_ERROR?
Hi, thank you for the comment! It would be nice to add a test to check whether the first frame sent from the server is SETTINGS. Patches are welcome!