Actions
Feature #11137
closed[PATCH] webrick: remove redundant close-on-exec setting
Feature #11137:
[PATCH] webrick: remove redundant close-on-exec setting
Description
- lib/webrick/server.rb: avoid redundant fcntl call
Sockets are close-on-exec by default since Ruby 2.0, so it
is redundant to set it again.
Files
Actions