diff options
Diffstat (limited to 'tests/data/test1214')
-rw-r--r-- | tests/data/test1214 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1214 b/tests/data/test1214 index 0957fb71c..175869397 100644 --- a/tests/data/test1214 +++ b/tests/data/test1214 @@ -33,7 +33,7 @@ HTTP with proxy and URL with ? and no slash separator # for normal server use, and we need to make sure it gets converted to # RFC style even for proxies <command> --x %HOSTIP:%HTTPPORT http://we.want.that.site.com.1214?moo=foo +-x %HOSTIP:%HTTPPORT http://we.want.that.site.com.%TESTNUMBER?moo=foo </command> <features> proxy @@ -43,8 +43,8 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://we.want.that.site.com.1214/?moo=foo HTTP/1.1
-Host: we.want.that.site.com.1214
+GET http://we.want.that.site.com.%TESTNUMBER/?moo=foo HTTP/1.1
+Host: we.want.that.site.com.%TESTNUMBER
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
|