ruby/lib/webrick/httpservlet
normal 0d92f156b6 webrick/httpservelet/cgi_runner: avoid IO#reopen on pathname
IO#reopen seems to behave strangely on Win32 based on the logs
posted by Greg for [Bug #14420].  Lets try to fix the issue by
using File.open explicitly (but not Kernel#open).

* lib/webrick/httpservelet/cgi_runner: use File.open explicitly
  [Bug #14220]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-22 05:59:11 +00:00
..
abstract.rb Remove unnecessary `require 'thread'` 2017-10-08 07:00:01 +00:00
cgi_runner.rb webrick/httpservelet/cgi_runner: avoid IO#reopen on pathname 2017-12-22 05:59:11 +00:00
cgihandler.rb webrick: filter out HTTP_PROXY for CGIHandler 2016-07-22 16:43:12 +00:00
erbhandler.rb webrick/httpservlet/*handler: use File.open 2017-12-22 01:08:00 +00:00
filehandler.rb webrick/httpservlet/*handler: use File.open 2017-12-22 01:08:00 +00:00
prochandler.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00