Ask Your Question

Revision history [back]

If you do follow TCP stream the first stream is a correct one. The streams after that ...... are not correct in my view. Blame the server for that.

If you do follow TCP stream the first stream is a correct one. The streams after that ...... are not correct in my view. Blame the server for that.view.

In the first stream you get a HTTP 206 response followed by the chunk of the file. That chunk is sent with a correct TCP sequence number.

But evry check after that you get also a HTTP 206 response but the chunk starts with the Sequence number on 1 which basically ignores the packet allready sent.

So I would have serious beef with any server administrator sending me this sort of data.