atm0s_reverse_proxy_protocol::cluster

Function wait_buf

source
pub async fn wait_buf<R: AsyncRead + Unpin, const MAX_SIZE: usize>(
    reader: &mut R,
) -> Result<Vec<u8>>