examples: Updated asiohiper.cpp to remove connect from opensocket
authorLijo Antony <lta@one.com>
Sun, 25 Nov 2012 06:00:58 +0000 (10:00 +0400)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Nov 2012 17:37:07 +0000 (18:37 +0100)
commit616a0099d14887b933c3b5bc5c253e6b8b1139f5
treebf3f80e04c1d519f31c8a8fd11a6e1ddaac8ebe5
parent665adcd4b7bcdb7deb638cdc499fbe71f8d777f2
examples: Updated asiohiper.cpp to remove connect from opensocket

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.
docs/examples/asiohiper.cpp