Skip to content

Adding Chunked Data Transfer #15

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

Open
fhessel opened this issue Aug 27, 2018 · 0 comments
Open

Adding Chunked Data Transfer #15

fhessel opened this issue Aug 27, 2018 · 0 comments
Labels

Comments

@fhessel
Copy link
Owner

fhessel commented Aug 27, 2018

To allow a connection to be "kept-alive" for big responses, chunked data encoding could be an option. It can be added to the HTTPResponse class as an optional setting that may be activated by a specific handler function to allow sending data in chunks without a specific content length header.

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