dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

:zap:perf(hpack): Refactor tableSize to uint32 to improving perfromance #49

Closed vecpeng closed 2 years ago

vecpeng commented 2 years ago

The size of table must to be unsigned number, use uint32 instead of int will be better.