- From: Marius Kleidl <marius@transloadit.com>
- Date: Tue, 8 Apr 2025 14:14:31 +0200
- To: ietf-http-wg@w3.org
- Message-ID: <CANY19NuNjuC0bTA6dXB9FLq8QdLNKp2cyVaatnF0xFurrLCBmg@mail.gmail.com>
Dear working group, we just published an updated version of "Resumable Uploads for HTTP" based in feedback we received after IETF 122. It clarifies the server's handling when the request content of an upload append request exceeds the upload length. The draft no longer recommends the client to not retry/resume the upload after 4xx responses, allowing retries after a 429 or 421 status if desired. In addition, the security considerations regarding upload resource URIs and representation metadata have been extended. With the closure of https://github.com/httpwg/http-extensions/issues/2962 following the discussion at the IETF meeting, there are currently no more open issues for this document. Hence, we believe this draft is ready for a WGLC. Best regards Marius On Tue, Apr 8, 2025 at 1:41 PM <internet-drafts@ietf.org> wrote: > Internet-Draft draft-ietf-httpbis-resumable-upload-08.txt is now > available. It > is a work item of the HTTP (HTTPBIS) WG of the IETF. > > Title: Resumable Uploads for HTTP > Authors: Marius Kleidl > Guoye Zhang > Lucas Pardue > Name: draft-ietf-httpbis-resumable-upload-08.txt > Pages: 39 > Dates: 2025-04-08 > > Abstract: > > Data transfer using the Hypertext Transfer Protocol (HTTP) is often > interrupted by canceled requests or dropped connections. If the > intended recipient can indicate how much of the data was received > prior to interruption, a sender can resume data transfer at that > point instead of attempting to transfer all of the data again. HTTP > range requests support this concept of resumable downloads from > server to client. This document describes a mechanism that supports > resumable uploads from client to server using HTTP. > > The IETF datatracker status page for this Internet-Draft is: > https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/ > > There is also an HTML version available at: > https://www.ietf.org/archive/id/draft-ietf-httpbis-resumable-upload-08.html > > A diff from the previous version is available at: > > https://author-tools.ietf.org/iddiff?url2=draft-ietf-httpbis-resumable-upload-08 > > Internet-Drafts are also available by rsync at: > rsync.ietf.org::internet-drafts > > > >
Received on Tuesday, 8 April 2025 12:14:48 UTC