~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1060

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.0-1ubuntu1
* Resynchronize on Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
<reply>
15
15
 
16
16
# this is returned first since we get no proxy-auth
17
 
<data>
 
17
<connect>
18
18
HTTP/1.1 407 Authorization Required to proxy me my dear
19
19
Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
20
20
Content-Length: 40000
820
820
And you should ignore this data. aaaaaaaaaaaaaaaa
821
821
And you should ignore this data. aaaaaaaaaaaaaaaa
822
822
end of 1 KB aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
823
 
</data>
 
823
</connect>
824
824
 
825
825
# this is returned when we get a GET!
826
826
<data2>
835
835
</data2>
836
836
 
837
837
# then this is returned when we get proxy-auth
838
 
<data1000>
 
838
<connect1000>
839
839
HTTP/1.1 200 OK swsbounce
840
840
Server: no
841
841
 
842
842
Nice proxy auth sir!
843
 
</data1000>
 
843
</connect1000>
844
844
 
845
845
<datacheck>
846
846
HTTP/1.1 407 Authorization Required to proxy me my dear
874
874
HTTP proxy CONNECT auth Digest, large headers and data
875
875
 </name>
876
876
 <command>
877
 
http://test.remote.haxx.se:1060/path/10600002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
 
877
http://test.remote.haxx.se.1060:%HTTPPORT/path/10600002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-digest --proxytunnel
878
878
</command>
879
879
</client>
880
880
 
884
884
^User-Agent: curl/.*
885
885
</strip>
886
886
<protocol>
887
 
CONNECT test.remote.haxx.se:1060 HTTP/1.1
888
 
Host: test.remote.haxx.se:1060
 
887
CONNECT test.remote.haxx.se.1060:%HTTPPORT HTTP/1.1
 
888
Host: test.remote.haxx.se.1060:%HTTPPORT
889
889
Proxy-Connection: Keep-Alive
890
890
 
891
 
CONNECT test.remote.haxx.se:1060 HTTP/1.1
892
 
Host: test.remote.haxx.se:1060
893
 
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se:1060", response="79e394ffcd42b6c771c7582da1fc4498"
 
891
CONNECT test.remote.haxx.se.1060:%HTTPPORT HTTP/1.1
 
892
Host: test.remote.haxx.se.1060:%HTTPPORT
 
893
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.haxx.se.1060:%HTTPPORT", response="e1fbed39c26f4efe284adc0e576ff638"
894
894
Proxy-Connection: Keep-Alive
895
895
 
896
896
GET /path/10600002 HTTP/1.1
897
 
Host: test.remote.haxx.se:1060
 
897
Host: test.remote.haxx.se.1060:%HTTPPORT
898
898
Accept: */*
899
899
 
900
900
</protocol>