Feature #11190
closed
[PATCH] openssl: use io/nonblock instead of fcntl
Added by normalperson (Eric Wong) about 7 years ago.
Updated almost 7 years ago.
Description
- ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntl
IO#nonblock= is easier-to-read, potentially more portable, and
avoids redundantly setting flags.
I'll commit in a few days unless there's objections.
Files
- Status changed from Open to Closed
Applied in changeset r50762.
ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntl
[ruby-core:69382] [Feature #11190]
IO#nonblock= is easier-to-read, potentially more portable, and
avoids redundantly setting flags.
Also available in: Atom
PDF