pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Proxy Support #237

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run rrip_cli or rrip_gui
2. No proxy support by default in Net:HTTP
3. ...

What is the expected output? What do you see instead?
I should be able to get

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?
0.5.3 on Linux (Fedora 9)

Please provide any additional information below.
Reading the doc for Net::HTTP:
Note that net/http never rely on HTTP_PROXY environment variable. If you
want to use proxy, set it explicitly. 

Original issue reported on code.google.com by mathie...@gmail.com on 18 Sep 2008 at 9:25

GoogleCodeExporter commented 8 years ago
First time ruby coder so but here's a patch gainst 0.5.3!

Original comment by mathie...@gmail.com on 18 Sep 2008 at 11:44

Attachments:

GoogleCodeExporter commented 8 years ago
It's looking good to me :)

Just merged it in the latest git repository. Thanks for the patch!

Original comment by rubyripp...@gmail.com on 18 Sep 2008 at 7:59