Restore idle connection timeout after migration to another thread.

This commit is contained in:
levlam 2021-09-06 21:22:39 +03:00
parent 1caf0e6296
commit 41ca7fdedb
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ void HttpConnectionBase::on_start_migrate(int32 sched_id) {
void HttpConnectionBase::on_finish_migrate() {
Scheduler::subscribe(fd_.get_poll_info().extract_pollable_fd(this));
live_event();
}
} // namespace detail