The situation you have seems very odd. The logs clearly show many successful sessions on the same hosts and port and you have this one session where only the initial http get request is present without any complete tcp handshake. Obviously, the rest of the sessions worked as expected and completed and this odd session is indeed incomplete. Is there a chance of any of the following: Congestion on the server where it might not respond to some requests Congestion on the link to the server where requests may be dropped On the client side what is the behavior for this type of failed session? Is the next successful session just a retry of the previous incomplete one?
... View more