Y
Hacker News
new
|
ask
|
show
|
jobs
by
remram
634 days ago
Chunked encoding is pretty easy no? Just write the full size and \r\n, you can send as one chunk.
It does mean you have to read the client's headers to see if it was requested, though.
1 comments
jpc0
630 days ago
This is chunked encoding from the client...
link