|
From: | Christian Grothoff |
Subject: | Re: [libmicrohttpd] POST data sequence question |
Date: | Tue, 20 Dec 2011 15:19:49 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111004 Lightning/1.0b1 Icedove/3.0.11 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |