loudapet / 42webserv

This project is about writing one's own HTTP server
2 stars 0 forks source link

Send: send everything if a) message > 8 KB and b) sent bytes < message, and optimize buff allocation #53

Closed andreaulicna closed 2 days ago

andreaulicna commented 1 week ago

Send to send everything if not enough space in client socket:

Buff allocation:

Send to send everythig if message longer than 8 KB buffer