[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69399] [Ruby trunk - Bug #11194] Refactor env-sourced proxy logic for uri/generic
From:
headius@...
Date:
2015-05-28 22:24:35 UTC
List:
ruby-core #69399
Issue #11194 has been updated by Charles Nutter. The net/http changes can be ignored; they remove an earlier incorrect mechanism for honoring the JVM properties. ---------------------------------------- Bug #11194: Refactor env-sourced proxy logic for uri/generic https://bugs.ruby-lang.org/issues/11194#change-52672 * Author: Charles Nutter * Status: Open * Priority: Normal * Assignee: * ruby -v: 2.2ish * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- For https://github.com/jruby/jruby/issues/2983 we are modifying uri/generic.rb's find_proxy logic to also check the JVM properties used to configure proxies. The diff is here: https://gist.github.com/headius/6272d168cf165ddf675f There are two changes: 1. The logic for looking up proxy host and non-proxy addresses from ENV has been pulled out into private utility methods. This change should be zero-sum, and I'd like to commit it to HEAD. 2. Additional logic has been added for looking up JVM properties. I will proceed with the refactor in (1) regardless, but I need community help: * Any concerns about adding these methods? * Could we perhaps check RUBY_ENGINE and put the JRuby logic in the canonical uri/generic.rb? Currently we maintain our own fork of stdlib, and if ruby-core folks don't mind we'd REALLY like to get rid of it. That requires adding a few RUBY_ENGINE checks to MRI's stdlib. Thoughts? -- https://bugs.ruby-lang.org/