mirror of https://github.com/fafhrd91/actix-web
More logging
This commit is contained in:
parent
17bac1d90f
commit
69ab55839f
|
@ -122,6 +122,7 @@ impl Decoder for Codec {
|
|||
Ok(Some(Frame::BeginText(payload)))
|
||||
}
|
||||
_ => {
|
||||
error!("Unfinished fragment {:?}", opcode);
|
||||
Err(ProtocolError::NoContinuation)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue