Hi-
I was given a Fiddler trace (saz file) that illustrates a problem being experienced from a network in Eurorpe. This one user is reporting slow page loads. Really really slow page loads.
The trace shows some requests returning a "result" of 0 rather than 200 response code, but most are returning 200. This is the only known issue from over 40 other client work stations. My immediate thought is to lay the blame on this single client instance. But the trace (snippet below) is showing that the request was made and the server has received it. Which makes the server look guilty here. Except, I've not once been able to repro this issue from the US. And 40+ other clients are not reporting the same issue. I am trying to find out if, despite the server having received the request as shown, could this possibly be a client side issue?
Request Count: 1
Bytes Sent: 1,807 (headers:1,025; body:782)
Bytes Received: 60 (headers:60; body:0)
ACTUAL PERFORMANCE
--------------
This traffic was captured on Thurs
ClientConnected: 23:30:52.348
ClientBeginRequest: 23:30:55.362
GotRequestHeaders: 23:30:55.362
ClientDoneRequest: 23:30:55.364
Determine Gateway: 0ms
DNS Lookup: 0ms
TCP/IP Connect: 0ms
HTTPS Handshake: 0ms
ServerConnected: 23:30:52.401
FiddlerBeginRequest: 23:30:55.364
ServerGotRequest: 23:30:55.364
ServerBeginResponse: 00:00:00.000
GotResponseHeaders: 00:00:00.000
ServerDoneResponse: 00:00:00.000
ClientBeginResponse: 00:00:00.000
ClientDoneResponse: 00:00:00.000
RESPONSE BYTES (by Content-Type)
--------------
~headers~: 60
Thanks in advance-