Creates a new Context with the allow limited connection option
Context withAllowLimitedConn(String reason) { return withValue(_allowLimitedConnKey, reason); }