nghttpx: Start read watcher after handshake
This commit is contained in:
parent
d2a63a88a0
commit
020e66b9da
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue