pub async fn serve_connection(
client: BoxStream,
config: ConnectionConfig,
) -> SessionReportExpand description
Handle a single inbound connection.
Every non-panicking return from this function goes through exactly one
terminal metrics finalization: after record_session_start(), exactly
one record_session() call is made before returning.