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)))
|
Ok(Some(Frame::BeginText(payload)))
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
|
error!("Unfinished fragment {:?}", opcode);
|
||||||
Err(ProtocolError::NoContinuation)
|
Err(ProtocolError::NoContinuation)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue