diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/webrick/httpproxy.rb | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ Fri Aug 8 01:07:10 2014 Nobuyoshi Nakada <[email protected]> * 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: |