(&self)
| 56 | } |
| 57 | |
| 58 | fn addr(&self) -> SocketAddr { |
| 59 | self.listener.local_addr().unwrap() |
| 60 | } |
| 61 | |
| 62 | /// Handle exactly one client connection, then return. |
| 63 | async fn handle_one(self, cluster_key: Option<&str>) -> anyhow::Result<()> { |
no outgoing calls
no test coverage detected