davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.01k stars 250 forks source link

Does chunked encoding work? #312

Open usergoodvery opened 6 months ago

usergoodvery commented 6 months ago

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.