Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

connection_t: Implement support for chunked HTTP transfers #2

Open
mbitsnbites opened this issue Sep 24, 2019 · 0 comments
Open

connection_t: Implement support for chunked HTTP transfers #2

mbitsnbites opened this issue Sep 24, 2019 · 0 comments

Comments

@mbitsnbites
Copy link
Owner

mbitsnbites commented Sep 24, 2019

Chunked HTTP transfers allow sending a stream of unknown size. Support for chunked transfer is mandated by the HTTP/1.1 protocol. See: https://tools.ietf.org/html/rfc7230#section-4.1

It is unclear to what extent this is actually required (what S3 servers will serve chunked messages?), but it could be useful for uploading streaming data to an S3 server, for instance.

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

No branches or pull requests

1 participant