Commit 72702a04 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Cleanup

parent 649c69fa
......@@ -2478,7 +2478,7 @@ int Http3Upstream::start_graceful_shutdown() {
auto t = ngtcp2_conn_get_pto(conn_);
ev_timer_set(&shutdown_timer_, static_cast<ev_tstamp>(t) * 3 / NGTCP2_SECONDS,
ev_timer_set(&shutdown_timer_, static_cast<ev_tstamp>(t * 3) / NGTCP2_SECONDS,
0.);
ev_timer_start(handler_->get_loop(), &shutdown_timer_);
......
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