test1105: adjust <data> to work with a hyper build

Closes #9767
This commit is contained in:
Daniel Stenberg 2022-10-19 00:33:17 +02:00
parent 7d6cf06f57
commit 1943fe14be
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -11,18 +11,18 @@ cookiejar
# Server-side # Server-side
<reply> <reply>
<data> <data>
HTTP/1.1 200 OK HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake Server: test-server/fake
Content-Type: text/html Content-Type: text/html
Funny-head: yesyes swsclose Funny-head: yesyes swsclose
Set-Cookie: foobar=name; Set-Cookie: foobar=name;
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
Set-Cookie: partmatch=present; domain=.0.0.1; path=/; Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
Set-Cookie: foo bar=barfoo Set-Cookie: foo bar=barfoo
Set-Cookie: bar foo= Set-Cookie: bar foo=
Set-Cookie: bar=foo bar Set-Cookie: bar=foo bar
</data> </data>
</reply> </reply>