connection working

This commit is contained in:
nora 2022-02-19 18:12:28 +01:00
parent ca1f372665
commit 13deef42fd
9 changed files with 217 additions and 82 deletions

View file

@ -29,8 +29,6 @@ async fn write_start_ok_frame() {
frame::write_frame(&frame, &mut output).await.unwrap();
#[rustfmt::skip]
let expected = [
/* type, octet, method */
@ -76,8 +74,6 @@ async fn write_start_ok_frame() {
#[test]
fn read_start_ok_payload() {
#[rustfmt::skip]
let raw_data = [
/* Connection.Start-Ok */