This commit is contained in:
Arvid Norberg 2008-02-17 23:49:03 +00:00
parent df74cbb78a
commit 0c51e822f5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void http_connection::get(std::string const& url, time_duration timeout
#ifndef TORRENT_USE_OPENSSL #ifndef TORRENT_USE_OPENSSL
if (ssl) if (ssl)
{ {
callback(asio::error::not_supported); callback(asio::error::socket_type_not_supported);
return; return;
} }
#endif #endif