Added client, fixed typo
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user