From 6ffbf004446be7965f2ea697d6d3cefd388c6ce0 Mon Sep 17 00:00:00 2001 From: Naren Venkataraman Date: Sun, 26 Jan 2014 12:00:38 -0500 Subject: [PATCH] fixes tus/tus-resumable-upload-protocol#31 --- protocol.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protocol.md b/protocol.md index 3d8db62..8f9574e 100644 --- a/protocol.md +++ b/protocol.md @@ -1,7 +1,7 @@ # tus resumable upload protocol -**Version:** 0.2.1 ([SemVer](http://semver.org))
-**Date:** 2013-04-15
+**Version:** 0.2.2 ([SemVer](http://semver.org))
+**Date:** 2014-01-26
**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) @@ -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