diff options
-rw-r--r-- | tests/data/test1541 | 2 | ||||
-rw-r--r-- | tests/data/test1654 | 1 | ||||
-rw-r--r-- | tests/data/test1905 | 2 | ||||
-rw-r--r-- | tests/data/test327 | 2 | ||||
-rw-r--r-- | tests/data/test356 | 1 |
5 files changed, 6 insertions, 2 deletions
diff --git a/tests/data/test1541 b/tests/data/test1541 index 28b91c75e..e18bb47df 100644 --- a/tests/data/test1541 +++ b/tests/data/test1541 @@ -9,7 +9,9 @@ connection-sharing </info> # Server-side +<reply> </reply> + # Client-side <client> <server> diff --git a/tests/data/test1654 b/tests/data/test1654 index cae49d663..175076c8a 100644 --- a/tests/data/test1654 +++ b/tests/data/test1654 @@ -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> diff --git a/tests/data/test1905 b/tests/data/test1905 index dac1471f5..0459b10b4 100644 --- a/tests/data/test1905 +++ b/tests/data/test1905 @@ -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> diff --git a/tests/data/test327 b/tests/data/test327 index 1aa672d0c..3a1c07162 100644 --- a/tests/data/test327 +++ b/tests/data/test327 @@ -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 diff --git a/tests/data/test356 b/tests/data/test356 index 26305f96a..e2ac4860d 100644 --- a/tests/data/test356 +++ b/tests/data/test356 @@ -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> |