From 1da3d402f619adcb3880ab05a311a609f9e28d60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 15 Jul 2007 21:00:26 +0000 Subject: convert test case 540 to use a custom Host: header as well --- tests/data/test540 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/data/test540') diff --git a/tests/data/test540 b/tests/data/test540 index aa62ca069..f82b24015 100644 --- a/tests/data/test540 +++ b/tests/data/test540 @@ -52,7 +52,7 @@ crypto HTTP proxy auth Digest multi API re-using connection -http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person +http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name @@ -63,24 +63,24 @@ http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person GET http://test.remote.server.com/path/540 HTTP/1.1 -Host: test.remote.server.com Pragma: no-cache Accept: */* Proxy-Connection: Keep-Alive +Host: custom.set.host.name GET http://test.remote.server.com/path/540 HTTP/1.1 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261" -Host: test.remote.server.com Pragma: no-cache Accept: */* Proxy-Connection: Keep-Alive +Host: custom.set.host.name GET http://test.remote.server.com/path/540 HTTP/1.1 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261" -Host: test.remote.server.com Pragma: no-cache Accept: */* Proxy-Connection: Keep-Alive +Host: custom.set.host.name -- cgit v1.2.3