fixes #270
This commit is contained in:
parent
df74cbb78a
commit
0c51e822f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue