valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.87k stars 1.76k forks source link

Is fasthttp vulnerable to CVE-2023-44487 on HTTP2 #1632

Closed avivpxi closed 1 year ago

avivpxi commented 1 year ago

link to CVE

erikdubbelboer commented 1 year ago

No, fasthttp doesn't support HTTP2.

avivpxi commented 1 year ago

Thanks @erikdubbelboer 🙏