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

Skip fs cache based on config #1644

Closed peczenyj closed 1 year ago

peczenyj commented 1 year ago

this should fix #1472

related to https://github.com/gofiber/fiber/issues/2201

erikdubbelboer commented 1 year ago

Can you rebase this to fix the merge conflict with your previous change? Thanks!

peczenyj commented 1 year ago

Can you rebase this to fix the merge conflict with your previous change? Thanks!

I will

peczenyj commented 1 year ago

Done

erikdubbelboer commented 1 year ago

Thanks!