Commit ae45a462 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

with pipelining disabled, the state should never be set to WAITDO but rather

go straight to DO

we had multiple states for which the internal function returned no socket at
all to wait for, with the effect that libcurl calls the socket callback (when
curl_multi_socket() is used) with REMOVE prematurely (as it would be added
again within very shortly)
parent 3cb0dd66
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment