Added client, fixed typo

This commit is contained in:
Nikita Tyukalov, ASUS, Linux
2026-03-27 00:44:50 +03:00
parent 93c83dc40f
commit 2b870aec34
5 changed files with 197 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ uint32_t connection_send(uint32_t id, const void *data_void, uint32_t size) {
);
size -= will_write;
data += will_write;
write += will_write;
wrote += will_write;
}
// add to epoll if not added
if (!(c->ev_mask & EPOLLOUT)) {