From 692637213788de09f6391b760032b94a71ee6bcf Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Jan 2007 02:51:44 +0000 Subject: * io.c (ruby_dup): start GC on ENOMEM as well. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/https.rb') diff --git a/lib/net/https.rb b/lib/net/https.rb index e296dbbed..ab45e0fa0 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -1,6 +1,6 @@ =begin -= $RCSfile$ -- SSL/TLS enhancement for Net::HTTP. += $RCSfile: https.rb,v $ -- SSL/TLS enhancement for Net::HTTP. == Info 'OpenSSL for Ruby 2' project -- cgit