class Protocol::HTTP::Middleware

def close

Close the middleware. Invokes the close method on the delegate.
def close
	@delegate.close
end