From c9e5b8ee9820cafa6924617dadec567f9554aabd Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 12 Jan 2006 15:58:38 +0000 Subject: [PATCH] fix the fix --- lib/rbot/httputil.rb | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2