diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 17:14:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-18 17:14:58 +0000 |
commit | c904b6b5bf6c6e980480e63cd066dc2ae2aace23 (patch) | |
tree | 7e39a3652e6cfb4e12c4b87cba3dd868b6a4b65a /tests/data/test510 | |
parent | 6a2744992285c39d0cb69295228722ed1e3037c5 (diff) | |
download | curl-c904b6b5bf6c6e980480e63cd066dc2ae2aace23.tar.gz |
Toshiyuki Maezawa reported that when doing a POST with a read callback,
libcurl didn't properly send an Expect: 100-continue header. It does now.
Diffstat (limited to 'tests/data/test510')
-rw-r--r-- | tests/data/test510 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test510 b/tests/data/test510 index a82452a89..6ab346678 100644 --- a/tests/data/test510 +++ b/tests/data/test510 @@ -40,6 +40,7 @@ Pragma: no-cache Accept: */*
Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
+Expect: 100-continue
3
one
|