tizen 2.3.1 release
[external/curl.git] / tests / data / test1061
index 0fb8c51..a55a272 100644 (file)
@@ -15,7 +15,7 @@ HTTP proxy Digest auth
 <reply>
 
 # this is returned first since we get no proxy-auth
-<data>
+<connect>
 HTTP/1.1 407 Authorization Required to proxy me my dear\r
 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"\r
 Transfer-Encoding: chunked\r
@@ -825,7 +825,7 @@ end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 \r
 0\r
 \r
-</data>
+</connect>
 
 # this is returned when we get a GET!
 <data2>
@@ -840,12 +840,12 @@ daniel
 </data2>
 
 # then this is returned when we get proxy-auth
-<data1000>
+<connect1000>
 HTTP/1.1 200 OK swsbounce\r
 Server: no
 \r
 Nice proxy auth sir!
-</data1000>
+</connect1000>
 
 <datacheck>
 HTTP/1.1 407 Authorization Required to proxy me my dear\r
@@ -873,13 +873,14 @@ daniel
 http
 </server>
 <features>
+!SSPI
 crypto
 </features>
  <name>
 HTTP proxy CONNECT auth Digest, large headers and chunked data
  </name>
  <command>
-http://test.remote.haxx.se:1061/path/10610002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
+http://test.remote.haxx.se.1061:8990/path/10610002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
 </command>
 </client>
 
@@ -889,17 +890,17 @@ http://test.remote.haxx.se:1061/path/10610002 --proxy http://%HOSTIP:%HTTPPORT -
 ^User-Agent: curl/.*
 </strip>
 <protocol>
-CONNECT test.remote.haxx.se:1061 HTTP/1.1\r
-Host: test.remote.haxx.se:1061\r
+CONNECT test.remote.haxx.se.1061:8990 HTTP/1.1\r
+Host: test.remote.haxx.se.1061:8990\r
 Proxy-Connection: Keep-Alive\r
 \r
-CONNECT test.remote.haxx.se:1061 HTTP/1.1\r
-Host: test.remote.haxx.se:1061\r
-Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se:1061", response="8e96acf6a6214012183879e28e73b2d3"\r
+CONNECT test.remote.haxx.se.1061:8990 HTTP/1.1\r
+Host: test.remote.haxx.se.1061:8990\r
+Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se.1061:8990", response="4e23449fa93224834299e7282a70472c"\r
 Proxy-Connection: Keep-Alive\r
 \r
 GET /path/10610002 HTTP/1.1\r
-Host: test.remote.haxx.se:1061\r
+Host: test.remote.haxx.se.1061:8990\r
 Accept: */*\r
 \r
 </protocol>