Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select: convert Curl_select() to private static function #6531

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Jan 26, 2021

The old function should not be used anywhere anymore (the only remaining gskit use has to be fixed to instead use Curl_poll or even better: none at all).

The static function version is now called our_select() and is only built if necessary.

It old funciton should not be used anywhere anymore (the only remaining
gskit use has to be fixed to instead use Curl_poll).

The static function version is now called our_select() and is only built
if necessary.
@bagder bagder closed this in 32766cb Jan 27, 2021
@bagder bagder deleted the bagder/our-select branch January 27, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant