pub(crate) async fn process_frame( server: &Arc<ServerShared>, conn: &mut ConnState, buf: &[u8], ) -> Option<Vec<u8>>
Execute one frame and build its response (None to stay silent).
None