42Webserver / 42-Vienna-Webserv

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

FIX: fixed by setting headDone when recv 0 in readHead. This will cau… #20

Closed Nikster3k closed 2 months ago

Nikster3k commented 2 months ago

…s invalid request and we send to the client invalid request, but then we get socket POLLHUP and remove connection. So fixed ???.