From 652b9b6973cd0f638c6eb0e83f41ca2f1aca0803 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 29 Mar 2016 03:45:32 +0000 Subject: * lib/webrick/httpresponse.rb: Move error_body to method. It allow to override the body more easily. [fix GH-1307] * test/webrick/test_httpresponse.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9aff658a77..b3e54ed4f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 29 12:45:18 2016 Laurent Arnoud + + * lib/webrick/httpresponse.rb: Move error_body to method. It allow to + override the body more easily. [fix GH-1307] + * test/webrick/test_httpresponse.rb: ditto. + Tue Mar 29 06:40:53 2016 Nobuyoshi Nakada * error.c (rb_compile_err_append): rb_thread_t::base_block is no -- cgit v1.2.3