Skip to content

Fix h2spec http2/6.4/3 #59

Fix h2spec http2/6.4/3

Fix h2spec http2/6.4/3 #59

Triggered via push March 15, 2024 23:02
Status Success
Total duration 1m 54s
Artifacts

release-plz.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
4.2. Frame Size ► Sends a DATA frame with 2^14 octets in length: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: HEADERS Frame (stream_id:1)
6.5.3. Settings Synchronization ► Sends multiple values of SETTINGS_INITIAL_WINDOW_SIZE: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)
6.9.1. The Flow-Control Window ► Sends SETTINGS frame to set the initial window size to 1 and sends HEADERS frame: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)
6.9.1. The Flow-Control Window ► Sends multiple WINDOW_UPDATE frames increasing the flow control window to above 2^31-1: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: FLOW_CONTROL_ERROR)
6.9.1. The Flow-Control Window ► Sends multiple WINDOW_UPDATE frames increasing the flow control window to above 2^31-1 on a stream: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: RST_STREAM Frame (Error Code: FLOW_CONTROL_ERROR)
6.9.2. Initial Flow-Control Window Size ► Changes SETTINGS_INITIAL_WINDOW_SIZE after sending HEADERS frame: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)
6.9.2. Initial Flow-Control Window Size ► Sends a SETTINGS frame for window size to be negative: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)
8.1.2. HTTP Header Fields ► Sends a HEADERS frame that contains the header field name in uppercase letters: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
8.1.2.1. Pseudo-Header Fields ► Sends a HEADERS frame that contains a unknown pseudo-header field: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
8.1.2.1. Pseudo-Header Fields ► Sends a HEADERS frame that contains the pseudo-header field defined for response: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)