* lib/webrick/httpproxy.rb: remove needless condition
for old ruby version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
259cd9de25
commit
67b5e1084b
@ -1,3 +1,8 @@
|
||||
Fri Aug 8 14:33:49 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/webrick/httpproxy.rb: remove needless condition
|
||||
for old ruby version.
|
||||
|
||||
Fri Aug 8 01:07:10 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (parser_yylex): fix invalid char in eval, should raise
|
||||
|
@ -12,8 +12,6 @@
|
||||
require "webrick/httpserver"
|
||||
require "net/http"
|
||||
|
||||
Net::HTTP::version_1_2 if RUBY_VERSION < "1.7"
|
||||
|
||||
module WEBrick
|
||||
|
||||
NullReader = Object.new # :nodoc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user