Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-25 | examples: Updated asiohiper.cpp to remove connect from opensocket | Lijo Antony | |
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. | |||
2012-11-21 | examples: Added a c++ example of using multi with boost::asio | Lijo Antony | |
Added an example for demonstrating the usage of curl multi interface with boost::asio in c++ |