Skip to content

Commit

Permalink
* lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):
Browse files Browse the repository at this point in the history
  keep parse_uri as private. patched by okkez. [Bug ruby#4773]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed May 29, 2011
1 parent 4173fb0 commit d5a775f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Sun May 29 23:10:42 2011 NARUSE, Yui <naruse@ruby-lang.org>

* lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):
keep parse_uri as private. patched by okkez. [Bug #4773]

Sun May 29 17:53:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>

* numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
Expand Down
1 change: 1 addition & 0 deletions lib/webrick/https.rb
Expand Up @@ -38,6 +38,7 @@ def parse_uri(str, scheme="https")
end
return orig_parse_uri(str)
end
private :parse_uri

alias orig_meta_vars meta_vars

Expand Down

0 comments on commit d5a775f

Please sign in to comment.