Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ae02b1bfe4a96a08e40fc7662adf8c5f8fa028d
https://github.com/WebKit/WebKit/commit/0ae02b1bfe4a96a08e40fc7662adf8c5f8fa028d
Author: Anne van Kesteren <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M LayoutTests/TestExpectations
A
LayoutTests/imported/w3c/web-platform-tests/xhr/send-redirect-bogus-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/xhr/send-redirect-to-cors-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/xhr/send-redirect-to-non-cors-expected.txt
M Source/WebCore/platform/network/HTTPHeaderMap.h
M Source/WebCore/platform/network/ResourceRequestBase.cpp
M Source/WebKit/NetworkProcess/NetworkLoadChecker.cpp
M Source/WebKit/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm
Log Message:
-----------
Fix Fetch 301 & 302 redirect behavior
https://bugs.webkit.org/show_bug.cgi?id=169420
rdar://98459882
Reviewed by Youenn Fablet and Chris Dumez.
We incorrectly dropped the request body too often and did not clear
HTTP headers sufficiently when the body should be dropped. Covered by
existing web-platform-tests, which we can finally enable on EWS.
Canonical link: https://commits.webkit.org/312092@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications