chughes741 / webserv

HTTP server written in C++
2 stars 0 forks source link

Some clients aren't being disconnected #72

Open chughes741 opened 1 year ago

chughes741 commented 1 year ago

When running netcat nc 127.0.0.1 9092 users are being disconnected fine. When using another command with it's output piped into netcat like printf "Hello" | nc 127.0.0.1 9092 the client is never being removed.

I'm not sure if this is because of netcat or a bug in our server. More info is needed.