Commit da08ba5d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Reset upstream timer on upgrade

parent 30fa6d24
......@@ -139,6 +139,8 @@ int Http2Upstream::upgrade_upstream(HttpsUpstream *http)
http->pop_downstream();
downstream->reset_upstream(this);
add_downstream(downstream);
downstream->init_upstream_timer();
downstream->reset_upstream_rtimer();
downstream->init_response_body_buf();
downstream->set_stream_id(1);
downstream->set_priority(0);
......
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