diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 08:55:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-12 08:55:47 +0000 |
commit | 1ebda8fa0eedf04a9759bd08b904199b2c02a0bf (patch) | |
tree | afd1d5e831a414caa3f3c045045e94c341dd637a /CHANGES | |
parent | 9af532e6624dc9d61ce025a6d114102eecfb5eec (diff) |
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (12 March 2004) +- Added CURLOPT_POSTFIELDSIZE_LARGE, the large file version of + CURLOPT_POSTFIELDSIZE to allow POSTs larger than 2GB. + +- David Byron fixed an uninitialized variable case/crash. + Daniel (10 March 2004) - Jeff Lawson fixed the SSL connection to deal with received signals during the connect. |