mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
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>