~ubuntu-branches/ubuntu/lucid/curl/lucid

« back to all changes in this revision

Viewing changes to tests/data/test8

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-11 19:33:21 UTC
  • mfrom: (3.4.2 squeeze) (40.1.2 curl)
  • Revision ID: james.westby@ubuntu.com-20091211193321-tenukopudyznzbjj
Tags: 7.19.7-1ubuntu1
* Merge with Debian testing.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
39
39
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
40
40
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
 
41
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
41
42
Set-Cookie: cookie=yes; path=/we;
42
43
Set-Cookie: nocookie=yes; path=/WE;
 
44
Set-Cookie: blexp=yesyes; domain=.0.0.1; domain=.0.0.1; expiry=totally bad;
43
45
 
44
46
</file>
45
47
</client>
53
55
GET /we/want/8 HTTP/1.1
54
56
Host: %HOSTIP:%HTTPPORT
55
57
Accept: */*
56
 
Cookie: cookie=yes; partmatch=present; foobar=name
 
58
Cookie: blexp=yesyes; cookie=yes; partmatch=present; foobar=name
57
59
 
58
60
</protocol>
59
61
</verify>