diff options
author | Yang Tse <yangsita@gmail.com> | 2008-01-16 21:01:30 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-01-16 21:01:30 +0000 |
commit | 3d55877764c787a3ba14525b8a3b2f71b8cc40eb (patch) | |
tree | fe2c88e3438e11ab49874cadaf6c1471444ac0c8 /RELEASE-NOTES | |
parent | 3ee32d79207845f976ee89830063a3faa689e566 (diff) |
fix handling of out of memory in the command line tool that afected
data url encoded HTTP POSTs when reading it from a file.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 81c65c140..ba5ec5282 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |