[whatwg/fetch] Clarity of Location URL Algorith, (Issue #1720)

### What is the issue with the Fetch Standard?

Under [Fetch Spec - Response Location URL](https://fetch.spec.whatwg.org/#concept-response-location-url) Step 3, there is no clear indication for what happens if extracting the header list values gives multiple `Location` headers.

Say, the response has the following headers:
```http
Location: https://www.example.com/
Location: https://www.example.net/
```
Although such a response is malformed, it should still be addressed explicitly.
Presumably, the algorithm should return `failure` in this scenario.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1720
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1720@github.com>

Received on Sunday, 29 October 2023 17:18:14 UTC