True if CloseConnection() was called.
| 485 | |
| 486 | // True if CloseConnection() was called. |
| 487 | bool IsCloseConnection() const { return has_flag(FLAGS_CLOSE_CONNECTION); } |
| 488 | |
| 489 | // ServerOptions.security_mode is turned on, and the RPC is from |
| 490 | // connections accepted from port (rather than internal_port) |
no outgoing calls
no test coverage detected