test #445
GitHub Actions / h2spec-generic
succeeded
Oct 2, 2023 in 0s
h2spec-generic ✅
✅ h2spec-generic.xml
44 tests were completed in NaNms with 44 passed, 0 failed and 0 skipped.
✅ 1. Starting HTTP/2
✅ Sends a client connection preface
✅ 2. Streams and Multiplexing
✅ Sends a PRIORITY frame on idle stream
✅ Sends a WINDOW_UPDATE frame on half-closed (remote) stream
✅ Sends a PRIORITY frame on half-closed (remote) stream
✅ Sends a RST_STREAM frame on half-closed (remote) stream
✅ Sends a PRIORITY frame on closed stream
✅ 3.1. DATA
✅ Sends a DATA frame
✅ Sends multiple DATA frames
✅ Sends a DATA frame with padding
✅ 3.10. CONTINUATION
✅ Sends a CONTINUATION frame
✅ Sends multiple CONTINUATION frames
✅ 3.2. HEADERS
✅ Sends a HEADERS frame
✅ Sends a HEADERS frame with padding
✅ Sends a HEADERS frame with priority
✅ 3.3. PRIORITY
✅ Sends a PRIORITY frame with priority 1
✅ Sends a PRIORITY frame with priority 256
✅ Sends a PRIORITY frame with stream dependency
✅ Sends a PRIORITY frame with exclusive
✅ Sends a PRIORITY frame for an idle stream, then send a HEADER frame for a lower stream ID
✅ 3.4. RST_STREAM
✅ Sends a RST_STREAM frame
✅ 3.5. SETTINGS
✅ Sends a SETTINGS frame
✅ 3.7. PING
✅ Sends a PING frame
✅ 3.8. GOAWAY
✅ Sends a GOAWAY frame
✅ 3.9. WINDOW_UPDATE
✅ Sends a WINDOW_UPDATE frame with stream ID 0
✅ Sends a WINDOW_UPDATE frame with stream ID 1
✅ 4. HTTP Message Exchanges
✅ Sends a GET request
✅ Sends a HEAD request
✅ Sends a POST request
✅ Sends a POST request with trailers
✅ 5. HPACK
✅ Sends a indexed header field representation
✅ Sends a literal header field with incremental indexing - indexed name
✅ Sends a literal header field with incremental indexing - indexed name (with Huffman coding)
✅ Sends a literal header field with incremental indexing - new name
✅ Sends a literal header field with incremental indexing - new name (with Huffman coding)
✅ Sends a literal header field without indexing - indexed name
✅ Sends a literal header field without indexing - indexed name (with Huffman coding)
✅ Sends a literal header field without indexing - new name
✅ Sends a literal header field without indexing - new name (huffman encoded)
✅ Sends a literal header field never indexed - indexed name
✅ Sends a literal header field never indexed - indexed name (huffman encoded)
✅ Sends a literal header field never indexed - new name
✅ Sends a literal header field never indexed - new name (huffman encoded)
✅ Sends a dynamic table size update
✅ Sends multiple dynamic table size update
Loading