- From: srirama179 <notifications@github.com>
- Date: Wed, 29 Jul 2015 01:36:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 29 July 2015 08:37:15 UTC
I am referring to the 2nd part of below condition "If init's status member is either not in the range 200 to 599, inclusive, or is a null body status, throw a RangeError" if we include 100 - 199 in valid range then we can just check if status is not in 100 - 599 range then throw RangeError. And regarding 1xx special semantics, probably we don't need "101 - switching protocols" here but don't we need "100 - continue" incase of form submission with POST request? ofcourse this is just an additional feature where we can add "Expect" header in request and wait for server's "100 - continue" response before we actually send the request body to server. Probably this is irrelevant for this standard ? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/96#issuecomment-125881180
Received on Wednesday, 29 July 2015 08:37:15 UTC