aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-21 23:48:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-21 23:48:58 +0000
commitef0ed9b7206e186c7d3d08b91885efdd0d0db9df (patch)
tree160d1f8e9e1b01f55e968957093d7c91a21291dc /RELEASE-NOTES
parenta674654f83b61f1c83714e99af59b789bc747bea (diff)
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
that it is bad anyway. Starting now, removing a handle that is in used in a pipeline will break the pipeline - it'll be set back up again but still...
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b2a31c353..527059eac 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -58,6 +58,8 @@ This release includes the following bugfixes:
o improved OOM handling for data url encoded HTTP POSTs when read from a file
o test suite could pick wrong tool(s) if more than one existed in the PATH
o curl_multi_fdset() failed to return socket while doing CONNECT over proxy
+ o curl_multi_remove_handle() on a handle that is in used for a pipeline now
+ break that pipeline
This release includes the following known bugs: