valyala/fasthttp

using client to get chunked response

chuwt opened this issue · 1 comments

chuwt commented

I'm using fasthttp client to get a chunked response, but i can't get response body until chunked done or read whole body, so is there any way to get chunked bytes while data chunking?

I'm afraid that this is currently not possible due to how fasthttp was designed. @kirillDanshin is working on a solution here: #622