diff options
Diffstat (limited to 'tests/data/test1287')
-rw-r--r-- | tests/data/test1287 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1287 b/tests/data/test1287 index ef4c25e83..5493e7dc0 100644 --- a/tests/data/test1287 +++ b/tests/data/test1287 @@ -58,7 +58,7 @@ http-proxy HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses </name> <command> --v --proxytunnel -x %HOSTIP:%PROXYPORT http://test.1287:%HTTPPORT/we/want/that/page/1287 +-v --proxytunnel -x %HOSTIP:%PROXYPORT http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER </command> <features> proxy @@ -69,20 +69,20 @@ proxy # Verify data after the test has been "shot" <verify> <proxy> -CONNECT test.1287:%HTTPPORT HTTP/1.1
-Host: test.1287:%HTTPPORT
+CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy> <protocol> -GET /we/want/that/page/1287 HTTP/1.1
-Host: test.1287:%HTTPPORT
+GET /we/want/that/page/%TESTNUMBER HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol> -<file name="log/stderr1287" mode="text"> +<file name="log/stderr%TESTNUMBER" mode="text"> * Ignoring Content-Length in CONNECT 200 response * Ignoring Transfer-Encoding in CONNECT 200 response </file> |