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

Add ssl support to Windows builds, Appveyor #1439

Merged
merged 1 commit into from Oct 16, 2017

Conversation

MSP-Greg
Copy link
Member

Also, dummy def for RDoc & YARD in mini_ssl.c

@nateberkopec nateberkopec merged commit b9485b1 into puma:master Oct 16, 2017
@MSP-Greg MSP-Greg deleted the windows_ssl branch October 16, 2017 14:15
IO.select(nil, [@socket.to_io])
retry
end
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method name is #read_nonblock, shouldn't we raise Errno::EAGAIN rather than blocking?

It should be the callers responsibility to retry.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe have a look at 7165775?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall. Since the error is handled in read_and_drop, if the change works,...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants