CppServer icon indicating copy to clipboard operation
CppServer copied to clipboard

HTTP server silently drops some requests

Open mbasmanova opened this issue 5 years ago • 0 comments
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.

mbasmanova avatar Sep 10 '20 08:09 mbasmanova