- From: Michel Mastriani <Michel.Mastriani@vivo.com.br>
- Date: Fri, 29 Apr 2005 11:47:40 -0300
- To: "'www-lib@w3.org'" <www-lib@w3.org>
Received on Saturday, 30 April 2005 08:08:50 UTC
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:08:50 UTC