From 3d0d2d5ff1a75dcf32f455f306079f139269f280 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 25 Nov 2003 16:02:45 +0000 Subject: * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=. * lib/webrick/httpserver.rb (HTTPServer#run): should pass the request's keep_alive flag to the response. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpresponse.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/webrick/httpresponse.rb') diff --git a/lib/webrick/httpresponse.rb b/lib/webrick/httpresponse.rb index 6b00c2b88b..667c4c46cd 100644 --- a/lib/webrick/httpresponse.rb +++ b/lib/webrick/httpresponse.rb @@ -25,7 +25,8 @@ module WEBrick attr_accessor :request_method, :request_uri, :request_http_version attr_accessor :filename - attr_reader :config, :keep_alive, :sent_size + attr_accessor :keep_alive + attr_reader :config, :sent_size def initialize(config) @config = config -- cgit v1.2.3