Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multi: Fix curl_multi_poll wait when extra_fds && !extra_nfds
Prior to this change: The check if an extra wait is necessary was based not on the number of extra fds but on the pointer. If a non-null pointer was given in extra_fds, but extra_nfds was zero, then the wait was skipped even though poll was not called. Closes curl#4610
- Loading branch information