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

Extension to allow resetting an offset during a PATCH request #83

Closed
wants to merge 2 commits into from

Conversation

cjhenck
Copy link

@cjhenck cjhenck commented Jun 1, 2016

This is so that operating system controlled upload mechanisms (such as Apple's NSURLSession) that aggressively retry requests until they receive a response will continue to work even if there are wire failures. Otherwise they cannot work with tus because the client will see an error response as a wire failure, and keep trying the PATCH request from zero repeatedly. With this request, the concatenation mechanism can be implemented.

@cjhenck
Copy link
Author

cjhenck commented Jun 1, 2016

Resolves #82

@Acconut
Copy link
Member

Acconut commented Jun 30, 2016

The Reset extension will not be added in favor of this approach: #82 (comment)

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.

2 participants