~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to tests/data/test8

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
38
38
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
39
39
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
 
40
Set-Cookie: cookie=yes; path=/we;
 
41
Set-Cookie: nocookie=yes; path=/WE;
40
42
 
41
43
</file>
42
44
</client>
50
52
GET /we/want/8 HTTP/1.1
51
53
Host: 127.0.0.1:%HTTPPORT
52
54
Accept: */*
53
 
Cookie: partmatch=present; foobar=name
 
55
Cookie: cookie=yes; partmatch=present; foobar=name
54
56
 
55
57
</protocol>
56
58
</verify>