1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--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
cgi_runner.rb webrick/httpservelet/cgi_runner: avoid IO#reopen on pathname 2017-12-22 05:59:11 +00:00
cgihandler.rb
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