async fn handle_edus( services: &Services, client: &IpAddr, origin: &ServerName, txn_id: &TransactionId, edus: impl Stream<Item = (usize, Edu)> + Send, ) -> Result