diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-14 22:02:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-14 22:02:14 +0000 |
commit | 53108806af58264196b188f2f9ac8d128b8dc239 (patch) | |
tree | 7fb8b07bab61b0ad42f83b1dcff6b32727953c89 /CHANGES | |
parent | 1d620a3df4d1cb6d3f462b6db7b207b1cf2a0dbb (diff) |
Joe Malicki filed bug report #1871269
(http://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang-
problem that occurred when doing a large HTTP POST request with the
response-body read from a callback.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (14 Jan 2008) +- Joe Malicki filed bug report #1871269 + (http://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang- + problem that occurred when doing a large HTTP POST request with the + response-body read from a callback. + Daniel S (12 Jan 2008) - I re-arranged the curl --help output. All the options are now sorted on their long option names and all descriptions are one-liners. |