Actions
Feature #11190
closed[PATCH] openssl: use io/nonblock instead of fcntl
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
Updated by Anonymous almost 10 years ago
- 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.
Actions
Like0
Like0