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

Receive chunked encoding (new http parser) #881

Closed
ghost opened this issue Apr 19, 2019 · 2 comments
Closed

Receive chunked encoding (new http parser) #881

ghost opened this issue Apr 19, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2019

Parse and emit data

@ghost ghost added the v0.17 label Nov 14, 2019
@ghost ghost mentioned this issue Dec 31, 2019
@ghost ghost changed the title Receive chunked encoding Receive chunked encoding (new http parser) Jan 1, 2020
@ghost
Copy link
Author

ghost commented Jan 1, 2020

This will be implemented as part of a rewrite/cleanup of the current http parser.

A goal is to simplify the code, modernize it and remove lambdas in favor of a much simpler iterator-based parser.

@ghost ghost added low priority and removed v0.17 labels Apr 19, 2020
@ma-rom
Copy link

ma-rom commented May 12, 2021

Does this mean that chunked transfer encoding is currently not supported for uploads in 19.2.0?

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