class Protocol::HTTP::Body::Wrapper

def close(error = nil)

def close(error = nil)
	@body.close(error)
	
	super
end