1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

ssh_statemach_act() is now modified to loop over the switch() to perform as

much as possible in one go, as long as it doesn't block and hasn't reached the
end of the state machine.
This avoids spurious -1 returns from curl_multi_fdset() simply because
previously it would return from this function without anything in EWOUDLBLOCK
and thus basically it wasn't actually waiting for anything!!
This commit is contained in:
Daniel Stenberg 2010-01-11 23:10:53 +00:00
parent 2158e234aa
commit d17416190b

3269
lib/ssh.c

File diff suppressed because it is too large Load Diff