Files
servo/components/shared/net/fetch
Tim van der Lippe 442c63e2d9 net: Fix header parsing for empty strings (#43708)
If there are multiple header values and one of them is empty, we should
append the empty string rather than skipping it. The algorithm was
incorrectly advancing the operation and continuing the loop, rather than
appending and later returning the `values`.

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2026-03-27 09:45:32 +00:00
..