Commit 4ff52276 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

h2load: Call session->on_write() explicitly in Client::on_connect()

parent 4ab594b1
......@@ -293,7 +293,7 @@ int Client::on_connect()
for(; nreq > 0; --nreq) {
submit_request();
}
return 0;
return session->on_write();
}
int Client::on_read()
......
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