From e94c41980e7ec776d3d30cf50cf4e3b2ffd74bc6 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 6 May 2007 08:53:51 +0000 Subject: * lib/net/http.rb: Connection header field might include both of "keep-alive" token and "close" token. [ruby-core:10818] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 997d7a9c0..a5fcbb68c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun May 6 17:54:36 2007 Minero Aoki + + * lib/net/http.rb: Connection header field might include both of + "keep-alive" token and "close" token. [ruby-core:10818] + Sat May 5 16:26:33 2007 Nobuyoshi Nakada * lib/date/format.rb (Format::Bag#method_missing): get rid of -- cgit