diff options
-rw-r--r-- | tests/data/test1141 | 2 | ||||
-rw-r--r-- | tests/data/test1142 | 1 | ||||
-rw-r--r-- | tests/data/test1244 | 1 | ||||
-rw-r--r-- | tests/data/test2050 | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test1141 b/tests/data/test1141 index b0ff038c4..9c41d3935 100644 --- a/tests/data/test1141 +++ b/tests/data/test1141 @@ -58,10 +58,12 @@ HTTP redirect to http:/// (three slashes!) GET http://%HOSTIP:%HTTPPORT/want/1141 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
+Proxy-Connection: Keep-Alive
GET http://foo.example.com/want/11410001 HTTP/1.1
Host: foo.example.com
Accept: */*
+Proxy-Connection: Keep-Alive
</protocol> </verify> diff --git a/tests/data/test1142 b/tests/data/test1142 index 0ecfbd3c6..76c6bdf55 100644 --- a/tests/data/test1142 +++ b/tests/data/test1142 @@ -53,6 +53,7 @@ HTTP redirect to http://// (four slashes!) GET http://%HOSTIP:%HTTPPORT/want/1142 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
+Proxy-Connection: Keep-Alive
</protocol> # 3, CURLE_URL_MALFORMAT for the four slashes diff --git a/tests/data/test1244 b/tests/data/test1244 index 7912b4efe..d0769ad85 100644 --- a/tests/data/test1244 +++ b/tests/data/test1244 @@ -54,6 +54,7 @@ http://%HOSTIP:%HTTPPORT/1244 -x %HOSTIP:%HTTPPORT --next http://%HOSTIP:%HTTPPO GET http://%HOSTIP:%HTTPPORT/1244 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
+Proxy-Connection: Keep-Alive
</protocol> </verify> diff --git a/tests/data/test2050 b/tests/data/test2050 index 805e872e4..81ef79ffc 100644 --- a/tests/data/test2050 +++ b/tests/data/test2050 @@ -64,6 +64,7 @@ http://www.example.com.2050/2050 --connect-to ::connect.example.com.2050:%HTTPPO <proxy> CONNECT connect.example.com.2050:%HTTPPORT HTTP/1.1
Host: connect.example.com.2050:%HTTPPORT
+Proxy-Connection: Keep-Alive
</proxy> <protocol> |