From add63d0fd5ba2bff0c582e22ff206f70f40ebda3 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 24 Feb 2001 04:53:50 +0000 Subject: aamine * lib/net/http.rb: always close connection on request without body. * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: change copyright. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eda1af406..6d1595c40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 24 13:58:48 2001 Minero Aoki + + * lib/net/http.rb: always close connection on request without + body. + + * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: change copyright. + Fri Feb 23 08:28:58 2001 Minero Aoki * lib/net/protocol.rb: clear read buffer after reopen. -- cgit