42Webserver / 42-Vienna-Webserv

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

On chrome sometimes recv returns -1 #17

Closed Nikster3k closed 2 months ago

Nikster3k commented 2 months ago

On chrome when uploading a file with a post request sometimes recv returns -1 and then the connection will be handled as bad and removed. On firefox this problem never occurs