diff options
Diffstat (limited to 'tests/data/test275')
-rw-r--r-- | tests/data/test275 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/data/test275 b/tests/data/test275 index 6065b4d81..cff99d588 100644 --- a/tests/data/test275 +++ b/tests/data/test275 @@ -64,14 +64,11 @@ proxy # # Verify data after the test has been "shot" <verify> -<strip> -^User-Agent:.* -</strip> <proxy> CONNECT remotesite.com.275:%HTTPPORT HTTP/1.1
Host: remotesite.com.275:%HTTPPORT
Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
-User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
+User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy> @@ -79,11 +76,13 @@ Proxy-Connection: Keep-Alive GET /we/want/that/page/275 HTTP/1.1
Host: remotesite.com.275:%HTTPPORT
Authorization: Basic aWFtOm15c2VsZg==
+User-Agent: curl/%VERSION
Accept: */*
GET /we/want/that/page/275 HTTP/1.1
Host: remotesite.com.275:%HTTPPORT
Authorization: Basic aWFtOm15c2VsZg==
+User-Agent: curl/%VERSION
Accept: */*
</protocol> |