On 12/19/2011 10:20 PM, Keith Mendoza wrote:
I'm just wondering if it's possible when a client is uploading a file that the content arrives out of sequence. For example is it possible to get let's say a sequence of offset values: 0, 50, 10, 20, 30, 40?I'm under the impression that this will not happen but I just want to make sure.
This can not happen. TCP won't allow it (to show up in user-land), and HTTP uses TCP.
Happy hacking, Christian
