- 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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user