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

Web-server: send large resources in chunked mode #534

Closed
krizhanovsky opened this issue May 26, 2016 · 2 comments
Closed

Web-server: send large resources in chunked mode #534

krizhanovsky opened this issue May 26, 2016 · 2 comments

Comments

@krizhanovsky
Copy link
Contributor

krizhanovsky commented May 26, 2016

After #471 implementation we need to be able to send large resources in chunked encoding instead of Content-Length only. It seems the chunks length should be near to page size to perfectly work with TDB data and skb fragments.

#391 first points are related to the issue. Issue #498 requires proxy_buffering option which is related to the issue.

@krizhanovsky
Copy link
Contributor Author

Also consider #638 and corresponding issue #639 (comment) : we must be able to transform response body to chunked encoding.

@krizhanovsky krizhanovsky modified the milestones: 0.6 WebOS, 0.5.0 Web Server Feb 12, 2017
@krizhanovsky krizhanovsky modified the milestones: backlog, 0.10 Kernel-User Space Transport Jan 15, 2018
@krizhanovsky krizhanovsky modified the milestones: 1.4 TBD (Kernel-User Space Transport), 1.2 TBD Jan 3, 2022
@krizhanovsky
Copy link
Contributor Author

This is HTTP/1 specific and the protocol isn't crucial for the web server mode anymore

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

No branches or pull requests

2 participants