Uh oh!
There was an error while loading. Please reload this page.
fix(fetch): use case-insensitive host header lookup on redirect - #41850
Conversation
Test results for "tests 1"5 flaky50370 passed, 1158 skipped Merge workflow run. |
Test results for "MCP"1 failed 7759 passed, 1249 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a first look at the CI failures. 🟢 The one failure is a pre-existing flake — this PR is clear
DetailsThis PR changes Pre-existing flake / infra
The Triaged by the Playwright bot - agent run |
beff82d
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
headers['host'](lowercase-only lookup), while header names preserve their original casing. AHostheader set throughextraHTTPHeaderswas never updated on redirect.setHeader()helper, consistent withgetHeader/removeHeaderin the same file.Fixes#41766