- From: Ben Kelly <notifications@github.com>
- Date: Thu, 06 Aug 2015 10:39:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 6 August 2015 17:40:05 UTC
The http fetch algorithm has 5 sub steps for the "follow" redirect flag and only a single step for the "manual" redirect flag. Currently the algorithm is written such that "follow" is considered first. It would be slightly nicer to handle "manual" first instead since its easier to short circuit on the short step. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/107
Received on Thursday, 6 August 2015 17:40:05 UTC