kumagi (宏樹 熊崎)
- Login: kumagi
- Email: rintyo_@hotmail.com
- Registered on: 07/08/2011
- Last sign in: 02/11/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/11/2016
-
03:58 PM Ruby Feature #12062: supporting CIDR in ENV["no_proxy"]
- Nobuyoshi Nakada wrote:
> https://github.com/ruby/ruby/compare/trunk...nobu:feature/12062-no_proxy-CIDR
:+1:
thank you! -
08:15 AM Ruby Feature #12062 (Closed): supporting CIDR in ENV["no_proxy"]
- Ruby supports `ENV["no_proxy"]` in `lib/uri/generic.rb`
Current implementation expects comma separated hostname suffix and exact IP address.
It is similar to **`wget`** implementation.
(the difference is `wget` does suffix match only ...