aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-07 16:48:49 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-07 16:48:49 +0000
commit56d416946734d47791096209ad47c5f10d66359d (patch)
treeb4e732fd7c4ba8a930aa5562da60d112bef714ce /NEWS
parent56ee60faf761ec1a6976595099f0472943260b8f (diff)
downloadruby-56d416946734d47791096209ad47c5f10d66359d.tar.gz
* lib/net/http.rb (Net::HTTP#initialize):
default value of Net::HTTP#open_timeout is now 60 (was nil). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd3b548625..2d7c8b3313 100644
--- a/NEWS
+++ b/NEWS
@@ -185,6 +185,9 @@ with all sufficient information, see the ChangeLog file.
* Coverage.peek_result: new method to allow coverage to be captured without
stopping the coverage tool.
+* Net::HTTP
+ * default value of Net::HTTP#open_timeout is now 60 (was nil).
+
* Net::Telnet
* Net::Telnet is extracted to net-telnet gem. It's unmaintain code.