diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:30:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:30:47 +0000 |
commit | ab60a124654dc0326d97271ebd30bb0984f78d8b (patch) | |
tree | 1d86e7546f0e2d81695e3ac7d214152e24905469 /CHANGES | |
parent | 2d38e518679038bb3818991f2f47adb1aa255897 (diff) | |
download | curl-ab60a124654dc0326d97271ebd30bb0984f78d8b.tar.gz |
Starting now, adding an easy handle to a multi stack that was already added
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel (12 October 2006) +- Starting now, adding an easy handle to a multi stack that was already added + to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned. + - Jeff Pohlmeyer has been working with the hiperfifo.c example source code, and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to |