diff --git a/fetch.bs b/fetch.bs index 78e50b11e..e06c3801b 100644 --- a/fetch.bs +++ b/fetch.bs @@ -985,11 +985,14 @@ user-agent-defined value for the
A status is a code. +
A status is an integer in the range 0 to 999, inclusive. + +
Various edge cases in mapping HTTP/1's status-code
to this concept are
+worked on in issue #1156.
A null body status is a status that is 101, 204, 205, or 304. -
An ok status is any status in the range 200 to 299, inclusive. +
An ok status is a status in the range 200 to 299, inclusive.
A redirect status is a status that is 301, 302, 303, 307, or 308. @@ -7149,6 +7152,7 @@ Martin Dürst, Martin Thomson, Matt Andrews, Matt Falkenhagen, +Matt Menke, Matt Oshry, Matt Seddon, Matt Womer, @@ -7193,6 +7197,7 @@ Stephan Paul, Steven Salat, Sunava Dutta, Surya Ismail, +Tab Atkins-Bittner, Takashi Toyoshima, 吉野剛史 (Takeshi Yoshino), Thomas Roessler,