class Protocol::Rack::Body::Streaming

def call(stream)

def call(stream)
	raise "Streaming body has already been read!" if @output
	@block.call(stream)
end