ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Timothy Flynn cbfae97101 LibWeb: Include empty header values when joining duplicated headers
Fixes a regression from commit:
f675cfe90f

It is not sufficient to only check if the builder is empty, as we will
then drop empty header values (when the first found value is empty).

This is tested in WPT by /cors/origin.htm, but that requires an HTTP
server.
2025-11-26 21:22:35 -05:00
..
Bodies.cpp LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02:00
Bodies.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Headers.cpp LibWeb: Include empty header values when joining duplicated headers 2025-11-26 21:22:35 -05:00
Headers.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Methods.cpp LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Methods.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Requests.cpp LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Requests.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Responses.cpp LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Responses.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
Statuses.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Statuses.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00