Applied with:
http://github.com/rack/rack/commit/cd401dfd01dbd8276ae817af2089c8c4d9fda6c4
>
> Thanks,
> George Wang
>
>
>
> *** lsws.rb Fri Oct 23 00:49:41 2009
> --- lsws.rb.new Fri Oct 23 00:52:10 2009
> ***************
> *** 1,5 ****
> --- 1,6 ----
> require 'lsapi'
> require 'rack/content_length'
> + require 'rack/rewindable_input'
>
> module Rack
> module Handler
> ***************
> *** 38,43 ****
> --- 39,46 ----
> ensure
> body.close if body.respond_to? :close
> end
> + ensure
> + rack_input.close
> end
> def self.send_headers(status, headers)
> print "Status: #{status}\r\n"
>
--
Michael Fellinger
CTO, The Rubyists, LLC
972-996-5199