curl命令行,关闭时延迟

时间:2014-12-26 18:38:48

标签: http curl

使用以下curl命令行

curl -i -L --silent -k "https://news.ycombinator.com" --no-keepalive -H 'Connection: close" --user-agent "NokiaN73-1/4.0736.3.2.1 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1" --cookie "cookie.news.ycombinator.com.txt" --cookie-jar "cookie.news.ycombinator.com.txt" 

一切正常,但收到最后一行之间有一段延迟 html(html关闭标记),curl成功退出..

显然有一些延迟,等待连接关闭,但不需要, 该文件已完全成功转移..

如何减少或消除此延迟

0 个答案:

没有答案