class Protocol::HTTP::Body::ZStream

def close(error = nil)

def close(error = nil)
	@stream.close unless @stream.closed?
	
	super
end