toch (Christophe Philemotte)
- Login: toch
- Email: christophe.philemotte@8thcolor.com
- Registered on: 01/09/2014
- Last sign in: 01/16/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/09/2014
-
06:48 AM Ruby Bug #9385 (Closed): open-uri always uses proxy set as env var even if proxy flag is set to nil
- According to doc http://ruby-doc.org/stdlib-2.1.0/libdoc/open-uri/rdoc/OpenURI.html we can disable the proxy by doing
open("http://www.ruby-lang.org/en/raa.html", :proxy => nil)
and "environment variables for proxy are ignored and ...