ruby-changes:31911
From: a_matsuda <ko1@a...>
Date: Wed, 4 Dec 2013 23:07:05 +0900 (JST)
Subject: [ruby-changes:31911] a_matsuda:r43990 (trunk): * lib/webrick/httpproxy.rb: [DOC] Fix typo
a_matsuda 2013-12-04 23:06:52 +0900 (Wed, 04 Dec 2013) New Revision: 43990 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43990 Log: * lib/webrick/httpproxy.rb: [DOC] Fix typo s/bacause/because/ [ci skip] Modified files: trunk/lib/webrick/httpproxy.rb Index: lib/webrick/httpproxy.rb =================================================================== --- lib/webrick/httpproxy.rb (revision 43989) +++ lib/webrick/httpproxy.rb (revision 43990) @@ -314,7 +314,7 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/httpproxy.rb#L314 http.start do if @config[:ProxyTimeout] ################################## these issues are - http.open_timeout = 30 # secs # necessary (maybe bacause + http.open_timeout = 30 # secs # necessary (maybe because http.read_timeout = 60 # secs # Ruby's bug, but why?) ################################## end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/