CppServer
CppServer copied to clipboard
HTTP server silently drops some requests
trafficstars
I'm seeing that some GET requests get silently dropped by the server, e.g. I see the request in WireShark, but HttpSession::onReceivedRequest method doesn't get called. The same exact request retried in a few seconds works. I wonder what's the best way to troubleshoot this problem.