ladybird/Libraries/LibWeb/Fetch
Feng Yu e0c0668f3d LibWeb: Avoid re-encoding response headers
isomorphic encoding a value that has already been encoded will
result in garbage data. `response_headers` is already encoded in
ISO-8859-1/latin1, we cannot use `from_string_pair`, as it triggers
ISO-8859-1/latin1 encoding.

Follow-up of https://github.com/LadybirdBrowser/ladybird/pull/1893
2024-12-17 13:44:10 +01:00
..
Fetching LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Infrastructure LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Body.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Body.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Body.idl
BodyInit.cpp LibWeb/Streams: Move ReadableStream functions out of AbstractOperations 2024-12-11 15:11:21 +01:00
BodyInit.h LibWeb: Remove exception handling from safely extracting response bodies 2024-12-09 20:02:51 -07:00
BodyInit.idl
Enums.cpp
Enums.h
FetchMethod.cpp LibWeb/Fetch: Handle streams on abort 2024-12-16 12:43:16 +01:00
FetchMethod.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Headers.cpp LibWeb: Ensure Headers API can handle non-ascii characters 2024-12-11 16:40:36 -07:00
Headers.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Headers.idl
HeadersIterator.cpp LibWeb: Ensure Headers API can handle non-ascii characters 2024-12-11 16:40:36 -07:00
HeadersIterator.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Request.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
Request.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Request.idl
Response.cpp LibWeb: Fix is_valid_status_text to handle UTF-8 correctly 2024-12-15 08:33:30 +00:00
Response.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Response.idl