mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
http load test: fix incoming bandwidth stats
This commit is contained in:
parent
c6a134683c
commit
965a9fdf35
1 changed files with 5 additions and 0 deletions
|
|
@ -230,6 +230,11 @@ impl Connection {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.load_test_state
|
||||||
|
.statistics
|
||||||
|
.bytes_received
|
||||||
|
.fetch_add(interesting_bytes.len(), Ordering::Relaxed);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue