From 0c51e822f57a1fe453388bad3a7f3e9a436fb9a7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 17 Feb 2008 23:49:03 +0000 Subject: [PATCH] fixes #270 --- src/http_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http_connection.cpp b/src/http_connection.cpp index f402973d0..f7ec6cbea 100644 --- a/src/http_connection.cpp +++ b/src/http_connection.cpp @@ -64,7 +64,7 @@ void http_connection::get(std::string const& url, time_duration timeout #ifndef TORRENT_USE_OPENSSL if (ssl) { - callback(asio::error::not_supported); + callback(asio::error::socket_type_not_supported); return; } #endif