Skip to content

Commit

Permalink
Merge pull request #32 from vayam/master
Browse files Browse the repository at this point in the history
fixes #31
  • Loading branch information
vayam committed Jan 26, 2014
2 parents dd96e7a + 6ffbf00 commit bc38228
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tus resumable upload protocol

**Version:** 0.2.1 ([SemVer](http://semver.org))<br>
**Date:** 2013-04-15<br>
**Version:** 0.2.2 ([SemVer](http://semver.org))<br>
**Date:** 2014-01-26<br>
**Authors:** [Felix Geisendörfer](https://twitter.com/felixge), [Kevin van
Zonneveld](https://twitter.com/kvz), [Tim Koschützki](https://twitter.com/tim_kos),
[Naren Venkataraman](https://github.com/vayam)
Expand Down Expand Up @@ -103,6 +103,8 @@ offset within a resource. The value MUST be an integer that is `0` or larger.

Servers MUST always return an `Offset` header for `HEAD` requests against a tus
resource, even if it is `0`, or the upload is already considered completed.
If the tus resource is not found Servers MUST return either `404` or `403`
without `Offset` Header.

#### PATCH

Expand Down

0 comments on commit bc38228

Please sign in to comment.