Re: POST delay

You can work around this problem by calling: 

HTTP_setBodyWriteDelay (ms_t first_try, ms_t
second_try);

Check documentation of this function at:
http://www.w3.org/Library/src/HTTP.html

Girish

--- Michel Mastriani <Michel.Mastriani@vivo.com.br>
wrote:
> Hi,
> 
> Can someone help me? I'm using libwww to post form.
> I detected that it takes
> normally 2 seconds between HTTP 100 Continue arrives
> and the next request
> (Continuation). See log by ethereal.
> 
> Why libwww wait 2 seconds to send Continuation? It
> has been a big problem...
> It can't be more than 500ms because I have many POST
> to send.
> 
> I'm using HTPostFormAnchorToChunk function to send
> my data.
> 
> No.     Time        Source               
> Destination           Protocol
> Info
>       1 0.000000    172.17.72.47         
> 10.128.200.28         HTTP
> POST /sacs/mblSetInterception HTTP/1.1
>       2 0.016563    10.128.200.28        
> 172.17.72.47          HTTP
> HTTP/1.1 100 Continue
>       3 1.996672    172.17.72.47         
> 10.128.200.28         HTTP
> Continuation (sending my form data)
>       4 2.027057    10.128.200.28        
> 172.17.72.47          HTTP
> HTTP/1.1 200 OK (text/xml)
> 
> Thanks,
> 
> Michel Mastriani
> 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Received on Tuesday, 3 May 2005 08:09:47 UTC