nghttpx: Add missing rev start in HTTP/2 backend

This commit is contained in:
Tatsuhiro Tsujikawa 2015-02-05 01:12:38 +09:00
parent 7c75d9db98
commit f3b247e4c8
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ int Http2Session::initiate_connection() {
// TODO we should have timeout for connection establishment
ev_timer_again(conn_.loop, &conn_.wt);
} else {
conn_.rlimit.startw();
ev_timer_again(conn_.loop, &conn_.rt);
}