42Webserver / 42-Vienna-Webserv

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

No respone if we removed a client connection #59

Closed floheid98 closed 3 weeks ago

floheid98 commented 1 month ago

If we get an empty request and therefor removed this client, we don't send a response :(((

floheid98 commented 1 month ago

maybe send timeout-response whenever we remove a connection?

Nikster3k commented 3 weeks ago

Tested with NGINX, when opening a connection and sending "" string, it never responds. We also never respond, but we close connection after timeout period. CLOSED?