-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Some test cases expect FRAME A but receive harmless frames such as WINDOW_UPDATE or PUSH_PROMISE, they fail:
6. Frame Definitions
6.1. DATA
× 3: Sends a DATA frame with invalid pad length
-> The endpoint MUST treat this as a connection error of type PROTOCOL_ERROR.
Expected: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
Connection closed
Actual: WINDOW_UPDATE Frame (length:4, flags:0x00, stream_id:0)
Metadata
Metadata
Assignees
Labels
No labels