async fn read_v2_header<I>( stream: I, buffer: &mut [u8; 512], ) -> Result<Option<Vec<u8>>, Error>where I: AsyncRead + Unpin,