Commit c9b1c919 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix compile error

parent 5d9434eb
...@@ -813,10 +813,7 @@ void Client::on_stream_close(int32_t stream_id, bool success, bool final) { ...@@ -813,10 +813,7 @@ void Client::on_stream_close(int32_t stream_id, bool success, bool final) {
++worker->stats.req_failed; ++worker->stats.req_failed;
} }
if (sampling_should_pick(worker->request_times_smp)) { worker->sample_req_stat(req_stat);
sampling_advance_point(worker->request_times_smp);
worker->sample_req_stat(req_stat);
}
// Count up in successful cases only // Count up in successful cases only
++worker->request_times_smp.n; ++worker->request_times_smp.n;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment