Possibly IE writes to the socket buffer in seperate steps for header info and post parameters. This would cause the data to be sent out in seperate packets if nagle's alg. is off.

Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: tomcat w/apr data lost in http post request?

Can MSIE even control which data goes in which packet?

TCP/IP APIs on most platforms allow the Nagle algorithm to be disabled, which 
will cause data to be sent out on each call.  Most TCP/IP stacks also set the 
push flag on the last packet of a sequence to force the peer stack to deliver 
the data to the receiver without delay.  Tthat's probably all that IE is doing 
(but I don't know the MS APIs).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to