config2setopts: add space in cookie header with multiple -b

Closes #20184
This commit is contained in:
pojomi 2026-01-04 15:50:27 -05:00 committed by Daniel Stenberg
parent fecc987ebf
commit dc739fee16
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ GET /we/want/that/page/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Cookie: name=contents;name2=content2;name3=content3
Cookie: name=contents;name2=content2; name3=content3
</protocol>
</verify>