Indicates whether this session is a short-lived proxy for a remote session.
()
| 241 | |
| 242 | // Indicates whether this session is a short-lived proxy for a remote session. |
| 243 | func (s *Session) isProxy() bool { |
| 244 | return s.proto == PROXY |
| 245 | } |
| 246 | |
| 247 | // Cluster session: either a proxy or a multiplexing session. |
| 248 | func (s *Session) isCluster() bool { |
no outgoing calls
no test coverage detected