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

Support for IETF's resumable upload draft #568

Merged
merged 16 commits into from
Jul 25, 2023
Merged

Conversation

Acconut
Copy link
Member

@Acconut Acconut commented Nov 15, 2021

Note: Do not confuse this PR with the branch for tusd v2.

This patch provides a first, rough support for the new, upcoming resumable uploads draft. Details of its specification are currently available at https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/01/. With this PR we can gain first experience about the aspects and issues with implementing the draft.

This work is not yet ready for production. As details of the specification change, this PR will change as well.

Things to do:

  • Abort any running Upload Transfer Requests, if a new one comes in (this is implemented in the next major release of tusd)

@Acconut Acconut changed the title WIP: Support for the upcoming tus v2 protocol WIP: Support for IETF's resumable upload draft Jul 24, 2023
@Acconut Acconut marked this pull request as ready for review July 25, 2023 09:16
@Acconut Acconut changed the title WIP: Support for IETF's resumable upload draft Support for IETF's resumable upload draft Jul 25, 2023
@Acconut Acconut merged commit caa0877 into main Jul 25, 2023
12 checks passed
@Acconut Acconut deleted the feat/new-tus-protocol branch July 25, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant