ladybird/Libraries/LibWeb/Infra
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
..
ByteSequences.cpp
ByteSequences.h
CharacterTypes.h
JSON.cpp
JSON.h
Strings.cpp LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Strings.h
Types.h LibWeb: Redefine WebIDL types in terms of Infra spec 2024-12-05 17:34:13 +01:00