Commit cddb4114 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Fix bug that backend never return to online

parent 92572203
......@@ -112,6 +112,8 @@ void ConnectBlocker::offline() {
void ConnectBlocker::online() {
ev_timer_stop(loop_, &timer_);
call_unblock_func();
fail_count_ = 0;
offline_ = false;
......
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