curl-library
using multi_interface with c-ares, i need to do what??
Date: Mon, 5 Nov 2012 14:30:37 +0800
1.I had build c-ares and rebuild libcurl, and it worked.
2.i meet something odd.
//////////////////////////////////////////////////////////////////////////////////////////////////
i write a cpp , you can build it using:
build:g++ -g -Wall -o get tttt.cpp -lcurl
when i run ./get
it show following :
>./get //enter
www.microsoft.com
Collapse | Copy
Code<http://www.codeproject.com/Questions/488991/usingplusc-aresplusandpluslibcurl#>
url:www.microsoft.com
multi_socket_cb--------------------------------------------------------------(nil)
---->>>>EPOLLIN(nil)
duration: 748
//-----------> stop at this,and when you input somthing, it continue to run.
//why ? it so wire..., i need to do some ??
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-c++src attachment: tttt.cpp