summaryrefslogtreecommitdiff
path: root/docs/examples/asiohiper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples: Updated asiohiper.cpp to remove connect from opensocketLijo Antony2012-11-251-36/+23
| | | | | | | Blocking connect on the socket has been removed from opensocket callback. opensocket just opens a new socket and gives it back to libcurl and libcurl will take care of the connect. sockopt_callback has also been removed, as it is no longer required.
* examples: Added a c++ example of using multi with boost::asioLijo Antony2012-11-211-0/+467
Added an example for demonstrating the usage of curl multi interface with boost::asio in c++