Request for Support: Transfer-Encoding: chunked

  • 1
  • Idea
  • Updated 8 years ago
  • Planned
Currently, non-repository backed applications (file-backed) require posting/uploading via "multipart/form-data" which requires a "Content-length" header. Unfortunately, this requires that a project's zip (or tar) be either loaded (buffered) in memory or saved to disk first.

This is infeasible for large projects or other auto-mated back-end where multiple projects are handled.

In lieu of this, I'd like to request "Transfer-Encoding: chunked" support at least for file uploads in place of multipart/form-data.
Photo of CrabDude

CrabDude

  • 1 Post
  • 0 Reply Likes
  • frustrated

Posted 8 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
This is a good idea - I'll put it on our internal issue tracker.