~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to tests/data/test554

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-04-30 13:34:14 UTC
  • mfrom: (76.1.1 utopic)
  • Revision ID: package-import@ubuntu.com-20140430133414-lal4vsnldlvsue7n
* Merge from Debian unstable.  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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#
10
10
# Server-side
11
11
<reply>
12
 
<data mode="text">
13
 
HTTP/1.1 200 OK
14
 
Date: Thu, 09 Nov 2010 14:49:00 GMT
15
 
Server: test-server/fake swsclose
16
 
Connection: close
17
 
Content-Type: text/html
18
 
 
 
12
<data>
 
13
HTTP/1.1 200 OK
 
14
Date: Thu, 09 Nov 2010 14:49:00 GMT
 
15
Server: test-server/fake swsclose
 
16
Connection: close
 
17
Content-Type: text/html
 
18
 
19
19
hello
20
20
</data>
21
21
</reply>