POST delay
Michel Mastriani <[email protected]> Fri, 29 Apr 2005 11:45:28 -0300
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <B78FB8005ED4E747978AAEE5A2A462690A3F3DB8@sp1exc2k04.telespcelular.com.br> |
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