42Webserver / 42-Vienna-Webserv

This project is about writing our own HTTP server in C++
1 stars 0 forks source link

FEATURE: rewrote Connection recieving part to make it cleaner and wit… #14

Closed Nikster3k closed 3 months ago

Nikster3k commented 3 months ago

…hout try catch block. Also recv is now non blocking and we read head first and then read the body based on head Content-Length.