- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing

pipelining, as libcurl could then easily get confused and A) work on the
  handle that was not "first in queue" on a pipeline, or even B) tell the app
  to REMOVE a socket while it was in use by a second handle in a pipeline. Both
  errors caused hanging or stalling applications.
This commit is contained in:
Daniel Stenberg
2008-12-20 22:03:22 +00:00
parent e16509d5cf
commit 216ad2680b
3 changed files with 75 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ This release includes the following bugfixes:
0.19 or later
o curl_multi_timeout() no longer returns timeout 0 when there's nothing to do
yet
o the multi_socket API and HTTP pipelining now work a lot better when combined
This release includes the following known bugs: