57 tests, 57 passed, 0 skipped, 0 failed
Generic tests for HTTP/2 client
1. Starting HTTP/2
4. HTTP Frames
4.1. Frame Format
4.2. Frame Size
4.3. Header Compression and Decompression
5. Streams and Multiplexing
5.1. Stream States
5.1.1. Stream Identifiers
5.4. Error Handling
5.4.1. Connection Error Handling
5.5. Extending HTTP/2
6. Frame Definitions
6.1. DATA
6.2. HEADERS
6.3. PRIORITY
6.4. RST_STREAM
6.5. SETTINGS
6.5.2. Defined SETTINGS Parameters
6.5.3. Settings Synchronization
6.7. PING
6.8. GOAWAY
6.9. WINDOW_UPDATE
6.9.1. The Flow-Control Window
✔https://127.0.0.1:30050/Sends multiple WINDOW_UPDATE frames increasing the flow control window to above 2^31-1 on a stream
6.10. CONTINUATION