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 /CHANGES | |
parent | 6a2744992285c39d0cb69295228722ed1e3037c5 (diff) |
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 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel (18 April 2005) +- 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. + +- I committed by mig change in the test suite's FTP server that moves out all + socket/TCP code to a separate C program named sockfilt. And added 4 new + test cases for FTP over IPv6. + Daniel (8 April 2005) - Cory Nelson reported a problem with a HTTP server that responded with a 304 response containing an "illegal" Content-Length: header, which was not |