http load test: fix incoming bandwidth stats

This commit is contained in:
Joakim Frostegård 2023-01-18 21:56:09 +01:00
parent c6a134683c
commit 965a9fdf35

View file

@ -230,6 +230,11 @@ impl Connection {
}
}
self.load_test_state
.statistics
.bytes_received
.fetch_add(interesting_bytes.len(), Ordering::Relaxed);
break;
}
Err(err) => {