mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 12:45:04 +01:00
use bytes::Bytes
This commit is contained in:
parent
c333f20531
commit
970fdbb9b5
5 changed files with 9 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ async fn write_start_ok_frame() {
|
|||
let frame = frame::Frame {
|
||||
kind: FrameType::Method,
|
||||
channel: 0,
|
||||
payload,
|
||||
payload: payload.into(),
|
||||
};
|
||||
|
||||
let mut output = Vec::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue