From 38a609683cec25f69f06e5389c9b77044cc85849 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 30 Oct 2009 13:09:03 +0000 Subject: * lib/net/http.rb (Net::HTTPResponse#each_response_header): accept multiline message header of HTTP response. see #1796. cf. RFC 2616 '4.2 Message Header'. * test/net/http/test_httpresponse.rb: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a31a883e1..f0100d4ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 30 22:09:47 2009 NAKAMURA, Hiroshi + + * lib/net/http.rb (Net::HTTPResponse#each_response_header): + accept multiline message header of HTTP response. see #1796. + cf. RFC 2616 '4.2 Message Header'. + + * test/net/http/test_httpresponse.rb: added. + Fri Oct 30 18:54:04 2009 Yukihiro Matsumoto * string.c (trnext): detect empty range and raise exception. -- cgit