mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 21:25:01 +01:00
connection working
This commit is contained in:
parent
ca1f372665
commit
13deef42fd
9 changed files with 217 additions and 82 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue