fix handling of out of memory in the command line tool that afected

data url encoded HTTP POSTs when reading it from a file.
This commit is contained in:
Yang Tse
2008-01-16 21:01:30 +00:00
parent 3ee32d7920
commit 3d55877764
3 changed files with 100 additions and 74 deletions

View File

@@ -55,6 +55,7 @@ This release includes the following bugfixes:
o libcurl hang with huge POST request and request-body read from callback
o removed extra newlines from many error messages
o improved pipelining
o improved OOM handling for data url encoded HTTP POSTs when read from a file
This release includes the following known bugs: