This commit is contained in:
Dominik Werder
2021-04-21 21:00:11 +02:00
parent 179feeb2ae
commit 4566892640
4 changed files with 144 additions and 46 deletions

View File

@@ -66,7 +66,7 @@ async fn get_cached_0_inner() -> Result<(), Error> {
loop {
match res_body.data().await {
Some(Ok(k)) => {
//info!("packet.. len {}", k.len());
info!("packet.. len {}", k.len());
ntot += k.len() as u64;
}
Some(Err(e)) => {