From a4fa58f9ab9883a03bf7ed95655501acfb2fa554 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 10 Sep 2010 10:20:35 +0000 Subject: * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): add method for generating HTTP/1.1 100 continue response if the client expects it, otherwise does nothing. Patch by Brian Candler. ref #855. * test/webrick/test_httprequest.rb: test added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 92b519234b..97ef5c596f 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,10 @@ with all sufficient information, see the ChangeLog file. * IO#winsize * IO.console +* webrick + * new method: + * WEBrick::HTTPRequest#continue for generating '100 continue' response. + === Compatibility issues (excluding feature bug fixes) * Kernel#respond_to? -- cgit v1.2.3