davidmoreno/onion

Does chunked encoding work?

usergoodvery opened this issue · 0 comments

I was wondering if you have a test case for chunk encoding? According to my test, when content length is not set upfront , and therefore allowing for the chunked encoding logic to takeover, the header and the first chunk make it back to the client, but not subsequent chunks.