1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: enhance log message.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2003-09-29 14:42:03 +00:00
parent 819e8e6c82
commit 8f52e49124

View file

@ -1,7 +1,8 @@
Mon Sep 29 23:39:13 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb (finish): does not raise IOError even if
!started?, to allow duplicated #finish call.
!started?, to allow closing socket which was opened before
session started.
* lib/net/pop.rb (finish): ditto.