Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using chunked transfer encoding #83

Open
joewalnes opened this issue Mar 27, 2012 · 0 comments
Open

Switch to using chunked transfer encoding #83

joewalnes opened this issue Mar 27, 2012 · 0 comments
Labels

Comments

@joewalnes
Copy link
Member

Chunked transfer encoding of HTTP responses is much simpler to manage in a streaming environment than traditional Content-Length as we can send chunks of data as they are ready, rather than having to batch them all up.

http://en.wikipedia.org/wiki/Chunked_transfer_encoding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant