mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.
5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
X-Foo: ""
|
|
X-Foo: ", a"
|
|
X-Foo: "a"
|
|
X-Foo: "a, "
|