Skip to content

Commit c6f249e

Browse files
committed
Merge pull request #78 from jryans/uppercase
Clarify uppercase characters in checksum
2 parents b472075 + 813c986 commit c6f249e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

protocol.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tus resumable upload protocol
22

33
**Version:** 1.0.0 ([SemVer](http://semver.org))<br>
4-
**Date:** 2015-11-16<br>
4+
**Date:** 2016-03-25<br>
55
**Authors:** [Felix Geisendörfer](https://twitter.com/felixge), [Kevin van
66
Zonneveld](https://twitter.com/kvz), [Tim Koschützki](https://twitter.com/tim_kos),
77
[Naren Venkataraman](https://github.com/vayam), [Marius
@@ -41,7 +41,8 @@ Kleidl](https://twitter.com/Acconut_)<br>
4141
[Christian Ulbrich](https://github.com/ChristianUlbrich),
4242
[Jon Gjengset](https://github.com/jonhoo),
4343
[Michael Elovskikh](https://github.com/wronglink),
44-
[Rick Olson](https://github.com/technoweenie)
44+
[Rick Olson](https://github.com/technoweenie),
45+
[J. Ryan Stinnett](https://convolv.es)
4546

4647
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
4748
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
@@ -431,7 +432,7 @@ its offset MUST NOT be updated.
431432

432433
The Server MUST support at least the SHA1 checksum algorithm identified
433434
by `sha1`. The names of the checksum algorithms MUST only consist of ASCII
434-
characters expect uppercased letters.
435+
characters with the modification that uppercase characters are excluded.
435436

436437
The `Tus-Checksum-Algorithm` header MUST be included in the response to an
437438
`OPTIONS` request.

0 commit comments

Comments
 (0)