Уменьшение размер промежуточного буфера. Отчистка меша чанка, если тот пуст.

This commit is contained in:
2026-01-28 22:46:35 +03:00
parent da673b0965
commit 07ccd4dd68
6 changed files with 28 additions and 5 deletions

View File

@@ -83,6 +83,7 @@ coro<> ServerSession::asyncDestructor() {
using namespace TOS;
ServerSession::~ServerSession() {
LOG.info() << "Destroyed";
}
coro<> ServerSession::asyncAuthorizeWithServer(tcp::socket &socket, const std::string username, const std::string token, int a_ar_r, std::function<void(const std::string&)> onProgress) {