u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

Chrome closes and reopens connection #71

Open gwolf-011235 opened 6 days ago

gwolf-011235 commented 6 days ago

When using Chrome and serving a simple index.html the used connection stays open. Then Chrome does "something", which causes recv() to return 0 bytes, closing the connection. Immediatly after a new connection gets opened.

Unclear why. Maybe has something to do with lingering connection?