diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/uri/http.rb | 10 |
2 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,9 @@ Wed Aug 6 03:41:21 2014 Aaron Patterson <[email protected]> * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility for @@ -93,12 +93,12 @@ module URI # Otherwise, the path is simply URI#path. # def request_uri - r = path_query - if r && r[0] != ?/ - r = '/' + r end - - r end end |