]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
fix the fix
authorTom Gilbert <tom@linuxbrit.co.uk>
Thu, 12 Jan 2006 15:58:38 +0000 (15:58 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Thu, 12 Jan 2006 15:58:38 +0000 (15:58 +0000)
lib/rbot/httputil.rb

index fec14fb9c07d7e305af2780807b9b0a6e764d3b4..e073a56d908109462c70edf7f416010ed4a9df09 100644 (file)
@@ -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)