- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 16 Sep 2025 09:01:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 September 2025 16:01:32 UTC
annevk left a comment (whatwg/fetch#1851) I think that does mean there are some issues with this setup. In that if you hit a couple of redirects and you call that method repeatedly, the User-Agent header would not change in value, but per this specification as written it ought to change. To fix that and some race issues we'd have to grab the current User-Agent header before we go in parallel and use it for the entire duration of the fetch. I'm okay with not doing that for now, but I'm curious what other people think about what level of accuracy we need here. Maybe @jgraham is willing to chime in. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1851#issuecomment-3299419534 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1851/c3299419534@github.com>
Received on Tuesday, 16 September 2025 16:01:32 UTC