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

« back to all changes in this revision

Viewing changes to tests/data/test206

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<keywords>
4
4
HTTP
5
5
HTTP GET
 
6
HTTP CONNECT
6
7
HTTP proxy
7
8
proxytunnel
8
9
HTTP proxy Digest auth
80
81
^User-Agent: curl/.*
81
82
</strip>
82
83
<protocol>
83
 
CONNECT test.remote.server.com:206 HTTP/1.0
 
84
CONNECT test.remote.server.com:206 HTTP/1.1
84
85
Host: test.remote.server.com:206
85
86
Proxy-Connection: Keep-Alive
86
87
 
87
 
CONNECT test.remote.server.com:206 HTTP/1.0
 
88
CONNECT test.remote.server.com:206 HTTP/1.1
88
89
Host: test.remote.server.com:206
89
90
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.server.com:206", response="5059a96c954981ceb94e17d667c8d3f8"
90
91
Proxy-Connection: Keep-Alive