class Protocol::HTTP::Body::Writable::Output

def initialize(writable)

def initialize(writable)
	@writable = writable
	@closed = false
end