aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-05 12:54:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-05 12:54:18 +0000
commit498666bdc3673e97a0a1bea97ecb358af05d1c2e (patch)
tree7c7dea20a019d708f6080f826093a4732b215510 /tests/data
parent3d3612e252cb769320518b202a3bbc0182d96f61 (diff)
issue 12 fix
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test101
-rw-r--r--tests/data/test331
-rw-r--r--tests/data/test581
-rw-r--r--tests/data/test601
-rw-r--r--tests/data/test886
-rw-r--r--tests/data/test981
6 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/test10 b/tests/data/test10
index ad2c11473..9136ec189 100644
--- a/tests/data/test10
+++ b/tests/data/test10
@@ -45,6 +45,7 @@ Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
Content-Length: 78
+Expect: 100-continue
Weird
file
diff --git a/tests/data/test33 b/tests/data/test33
index 9702453e5..ed758e9a8 100644
--- a/tests/data/test33
+++ b/tests/data/test33
@@ -44,6 +44,7 @@ Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
Content-Length: 50
+Expect: 100-continue
012345678
012345678
diff --git a/tests/data/test58 b/tests/data/test58
index ce83852d4..0ff07c34e 100644
--- a/tests/data/test58
+++ b/tests/data/test58
@@ -37,6 +37,7 @@ Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
Content-Length: 12
+Expect: 100-continue
a few bytes
</protocol>
diff --git a/tests/data/test60 b/tests/data/test60
index b58fc1576..fc358c15a 100644
--- a/tests/data/test60
+++ b/tests/data/test60
@@ -38,6 +38,7 @@ Pragma: no-cache
Accept: */*
Transfer-Encoding: chunked
Content-Length: 1
+Expect: 100-continue
13
more than one byte
diff --git a/tests/data/test88 b/tests/data/test88
index 532418020..401de7ba0 100644
--- a/tests/data/test88
+++ b/tests/data/test88
@@ -1,5 +1,8 @@
# Server-side
<reply>
+<servercmd>
+auth_required
+</servercmd>
<data>
HTTP/1.1 401 Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
@@ -63,6 +66,8 @@ PUT /88 HTTP/1.1
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
+Content-Length: 85
+Expect: 100-continue
PUT /88 HTTP/1.1
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71"
@@ -71,6 +76,7 @@ Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
Content-Length: 85
+Expect: 100-continue
This is data we upload with PUT
a second line
diff --git a/tests/data/test98 b/tests/data/test98
index 86033c821..565b30d1d 100644
--- a/tests/data/test98
+++ b/tests/data/test98
@@ -40,6 +40,7 @@ Host: 127.0.0.1:8999
Pragma: no-cache
Accept: */*
Content-Length: 14
+Expect: 100-continue
data on stdin
</protocol>