mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
For the moment, log REQ subids, to help us determine if we have problems
This commit is contained in:
parent
3321652481
commit
622d635645
@ -61,6 +61,8 @@ impl WebSocketService {
|
||||
outpos += outlen;
|
||||
verify_char(input, b'"', &mut inpos)?; // FIXME: json_unescape should eat the closing quote
|
||||
|
||||
log::info!("{}: REQ[\"{}\",..]", self.peer, subid);
|
||||
|
||||
// Read the filter into the session buffer
|
||||
let mut filters: Vec<OwnedFilter> = Vec::new();
|
||||
loop {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user