1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-24 02:34:22 +00:00

More logging

This commit is contained in:
Maciej Hirsz 2019-11-06 16:53:07 +01:00
parent 17bac1d90f
commit 69ab55839f

View file

@ -122,6 +122,7 @@ impl Decoder for Codec {
Ok(Some(Frame::BeginText(payload)))
}
_ => {
error!("Unfinished fragment {:?}", opcode);
Err(ProtocolError::NoContinuation)
}
};