Commit 020e66b9 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Start read watcher after handshake

parent d2a63a88
......@@ -421,6 +421,10 @@ int Connection::tls_handshake() {
ev_feed_event(loop, &rev, EV_READ);
}
// We may have stopped reading
rlimit.startw();
ev_timer_again(loop, &rt);
if (LOG_ENABLED(INFO)) {
LOG(INFO) << "SSL/TLS handshake completed";
if (SSL_session_reused(tls.ssl)) {
......
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