Releases: summerwind/h2spec
Releases · summerwind/h2spec
h2spec v2.6.0
h2spec v2.5.0
- Literal Header Field representation with invalid index #113
h2spec v2.4.0
h2spec v2.3.0
- Fix invalid string value with EOS in HPACK 5.2.3
- Handle GOAWAY frame in HTTP/2 3.5
- Build with Go 1.12
- Use go modules
h2spec v2.2.1
- Handle connection close in Windows properly
- Build with Go 1.11.2
- Use dep instead of glide
- Fix duplicated test
- Wait the server to fill the test result
h2spec v2.2.0
- Do not expect the connection close in GOAWAY frame tests
- Add '--path' option
h2spec v2.1.1
- Verify stream error instead of connection error in http2/5.1/11
- Build with Go 1.10.3
h2spec v2.1.0
- Treat as connection error with invalid pad length (Thanks @chhsiao90)
- Set the payload length appropriately in http2/6.2
- Use non-zero return code when tests fail
- Build with Go 1.8
h2spec v2.0.2
- Fix a bug related to dynamic table size update in generic/5 (Thanks @kazu-yamamoto)
- Remove arrow in verbose log to avoid confusion
h2spec v2.0.1
- Send null bytes as padding of DATA frame (Thanks @daurnimator)
- Docker image is now available in the Docker Hub