POST delay

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

Received on Saturday, 30 April 2005 08:06:06 UTC