Skip to main content

process_frame

Function process_frame 

Source
pub(crate) async fn process_frame(
    server: &Arc<ServerShared>,
    conn: &mut ConnState,
    buf: &[u8],
) -> Option<Vec<u8>>
Expand description

Execute one frame and build its response (None to stay silent).