Closed denniedegroot closed 8 years ago
Hmm, seems either Chrome doesn't disconnect its sockets for some reason, or the disconnect callback in esphttpd is messed up. I'll investigate.
Can you try a38909a ? That should fix this bug too.
The fix resolved the issue! Awesome :)
I am experiencing some strange behavior with the latest code. When I use Google chrome on Linux and request multiple CGI calls the connections do not seem te get properly closed. When I revert back to commit e993e36 everything is working again. I attached the log of what is happening on the ESP.
Firefox and Safari seem to work fine with the latest code. I will do some more investigation in the weekend.