dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
210 stars 37 forks source link

Fix "generic" specification #29

Closed juliens closed 3 years ago

juliens commented 3 years ago

This PR fixes the h2spec "generic" part.

44 tests, 44 passed, 0 skipped, 0 failed

details

For the partial header handling, this is a implementation proposal, things can be done differently, happy to talk about it.

dgrr commented 3 years ago

Looks very good. Thanks for the PR!