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

fasthttp.Client should support StreamResponseBody #1120

Open bronze1man opened 3 years ago

bronze1man commented 3 years ago

huge reponse break the fasthttp reverse proxy....

cachalots commented 3 years ago

I support the StreamResponseBody by merge https://github.com/valyala/fasthttp/pull/150