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:
parent
17bac1d90f
commit
69ab55839f
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ impl Decoder for Codec {
|
|||
Ok(Some(Frame::BeginText(payload)))
|
||||
}
|
||||
_ => {
|
||||
error!("Unfinished fragment {:?}", opcode);
|
||||
Err(ProtocolError::NoContinuation)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue