mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
tests: Fixed XML validation errors in some test files.
This commit is contained in:
parent
48287c9c96
commit
27fb521df5
@ -9,7 +9,9 @@ connection-sharing
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
|
@ -53,5 +53,6 @@ h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0
|
||||
h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
|
||||
h1 3.example.org 8080 h3 yesyes.com 8080 "20190125 22:34:21" 0 0
|
||||
h2c example.org 80 h2 example.com 443 "20190124 22:36:21" 0 0
|
||||
</file>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
@ -31,7 +31,7 @@ CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object
|
||||
</name>
|
||||
<tool>
|
||||
lib1905
|
||||
</tool
|
||||
</tool>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/1905
|
||||
</command>
|
||||
|
@ -31,7 +31,7 @@ Content-Type: text/html
|
||||
Funny-head: yesyes swsclose
|
||||
Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
|
||||
|
||||
</data>
|
||||
</data2>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -38,6 +38,7 @@ parse incoming Alt-Svc and save to file
|
||||
<setenv>
|
||||
# make debug-curl accept Alt-Svc over plain HTTP
|
||||
CURL_ALTSVC_HTTP="yeah"
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356"
|
||||
</command>
|
||||
|
Loading…
Reference in New Issue
Block a user