From: Tom Gilbert Date: Thu, 12 Jan 2006 15:58:38 +0000 (+0000) Subject: fix the fix X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c9e5b8ee9820cafa6924617dadec567f9554aabd;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git fix the fix --- diff --git a/lib/rbot/httputil.rb b/lib/rbot/httputil.rb index fec14fb9..e073a56d 100644 --- a/lib/rbot/httputil.rb +++ b/lib/rbot/httputil.rb @@ -110,6 +110,7 @@ class HttpUtil h = Net::HTTP.new(uri.host, uri.port, proxy_host, proxy_port, proxy_user, proxy_port) h.use_ssl = true if uri.scheme == "https" + return h end # uri:: uri to query (Uri object)