From 28a7386f7d2ce7a3c02b8197d9a2cb4abd5aace3 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 28 Jul 2003 19:06:31 +0000 Subject: * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if connection is set up already. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 118796df9..6d5239646 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 29 03:53:28 2003 GOTOU Yuuzou + + * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if + connection is set up already. + Mon Jul 28 23:23:08 2003 Nobuyoshi Nakada * file.c (Init_File): IO should include File::Const. -- cgit