mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
h2load: Fix wrong req_stat updates
This commit is contained in:
@@ -544,7 +544,8 @@ int Client::submit_request() {
|
||||
}
|
||||
|
||||
void Client::process_timedout_streams() {
|
||||
for (auto &req_stat : worker->stats.req_stats) {
|
||||
for (auto &p : streams) {
|
||||
auto &req_stat = p.second.req_stat;
|
||||
if (!req_stat.completed) {
|
||||
req_stat.stream_close_time = std::chrono::steady_clock::now();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user