cURL / Mailing Lists / curl-users / Single Mail

curl-users

Curl delayed communication

From: Lars Lars <laasunde_at_hotmail.com>
Date: Thu, 18 Apr 2013 09:57:35 +0200

Hello,
 
I am using curl 7.30 on Window XP and 7 platforms.
 
Executing the following command from console:
curl --tcp-nodelay --header "content-type: application/soap+xml" -d @c:\work\data.xml http://192.168.1.1:8080/myWebService
 
Viewing the output using wireshark the data is sent with three tcp data packages. An observation is that there is a 2 second interval between the first and second pacakge. Can anyone explain this rather big gap in communication? The first package contains http header stuff and second\third package contains xml file. The xml file is 2157 bytes in size.
 
kind regards,
Lars

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-04-18