|
1 | 1 | # tus resumable upload protocol |
2 | 2 |
|
3 | 3 | **Version:** 1.0.0 ([SemVer](http://semver.org))<br> |
4 | | -**Date:** 2015-11-16<br> |
| 4 | +**Date:** 2016-03-25<br> |
5 | 5 | **Authors:** [Felix Geisendörfer](https://twitter.com/felixge), [Kevin van |
6 | 6 | Zonneveld](https://twitter.com/kvz), [Tim Koschützki](https://twitter.com/tim_kos), |
7 | 7 | [Naren Venkataraman](https://github.com/vayam), [Marius |
@@ -41,7 +41,8 @@ Kleidl](https://twitter.com/Acconut_)<br> |
41 | 41 | [Christian Ulbrich](https://github.com/ChristianUlbrich), |
42 | 42 | [Jon Gjengset](https://github.com/jonhoo), |
43 | 43 | [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) |
45 | 46 |
|
46 | 47 | The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", |
47 | 48 | "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be |
@@ -431,7 +432,7 @@ its offset MUST NOT be updated. |
431 | 432 |
|
432 | 433 | The Server MUST support at least the SHA1 checksum algorithm identified |
433 | 434 | 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. |
435 | 436 |
|
436 | 437 | The `Tus-Checksum-Algorithm` header MUST be included in the response to an |
437 | 438 | `OPTIONS` request. |
|
0 commit comments