Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

So what do you do if you want to send a 12 gigabyte file via HTTP in a manner that can be implemented without needing to hold the whole file in memory on either the client or server?

Content chunk encoding to the rescue!

Just sketching this right now - read Wikipedia to get the details!

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

  • No labels