Support streaming chunks in HTTP/1.0 read-until-close bodies#3370
Support streaming chunks in HTTP/1.0 read-until-close bodies#3370jadehh wants to merge 3 commits intotornadoweb:masterfrom
Conversation
|
What exactly are you trying to do here? This looks the same as the chunking in |
|
so,I created |
|
Without a Content-Length or Transfer-Encoding header, this is an HTTP/1.0-style read-until-close response, so it is handled by Special-casing the |
|
thanks for reply, modify
|
|
This change looks good, but it needs a test and should be rebased into a single commit with comments in english. |
No description provided.