1 # -*- encoding: binary -*-
4 # this is class is specific to Coolio for writing large static files
5 # or proxying IO-derived objects
6 class Rainbows::Coolio::ResponsePipe < Coolio::IO
7 def initialize(io, client, body)
9 @client, @body = client, body
17 @body.respond_to?(:close) and @body.close