handle_binary

This commit is contained in:
Floriane TUERNAL SABOTINOV
2025-08-22 15:38:56 +02:00
parent 05dd39699d
commit bc47fdfdfd
@@ -306,6 +306,7 @@ impl<R, S> AuthenticatedHandler<R, S> {
/// # Arguments
///
/// * `bin_msg`: raw message to handle.
#[instrument(skip_all)]
async fn handle_binary(&mut self, bin_msg: Vec<u8>) -> Message {
trace!("binary request");
// this function decrypts the request and checks the MAC