on_post_batch -> on_batch_complete

This commit is contained in:
2025-08-24 11:00:20 -04:00
parent 6f1806d0b8
commit c0242317ed
5 changed files with 9 additions and 7 deletions

View File

@@ -535,8 +535,8 @@ void Server::process_connection_batch(
}
}
// Call post-batch handler - handlers can take ownership here
handler_.on_post_batch(batch);
// Call batch complete handler - handlers can take ownership here
handler_.on_batch_complete(batch);
// Transfer all remaining connections back to epoll
for (auto &conn_ptr : batch) {