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.91k stars 1.76k forks source link

chore: move cookie fuzz test to go 1.18 fuzzing #1686

Closed nickajacks1 closed 10 months ago

nickajacks1 commented 10 months ago

While it's possible to check in the fuzz that only the expected error types are returned, this would probably be a nightmare to maintain.

erikdubbelboer commented 10 months ago

Thanks!