dgrr / http2

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

fix Serialize for Headers with FlagPriority #44

Closed geronsv closed 2 years ago

geronsv commented 2 years ago

For HEADERS frames with PRIORITY flag:

dgrr commented 2 years ago

Thanks for the PR!