42Webserver / 42-Vienna-Webserv

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

FIX: fix issue with on chrome recv returning -1, this way we have to … #18

Closed Nikster3k closed 4 months ago

Nikster3k commented 4 months ago

…wait for poll to recv again, previously it was possible we do recv twice in a row without poll inbetween.