[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86277] [Ruby trunk Bug#14345] http_proxy setting should respect both parent domain and subdomain
From:
shevegen@...
Date:
2018-03-24 13:58:05 UTC
List:
ruby-core #86277
Issue #14345 has been updated by shevegen (Robert A. Heiler). I think this will be discussed at the next ruby developer meeting in April 2018 so stay tuned for updates to it (less than a month to go for the next developer meeting). See here: https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20180419Japan ---------------------------------------- Bug #14345: http_proxy setting should respect both parent domain and subdomain https://bugs.ruby-lang.org/issues/14345#change-71188 * Author: harsimranmaan (Harsimran Singh Maan) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: master * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- When a ruby app is run in an environment where an http proxy is configured, it is not possible to provide separate settings for both a domain and it's subdomain for outbound http calls. This coupling assumes that both should follow the same http_proxy settings but in practice, this is a common occurrence the parent domain and the subdomains are be hosted on different network. https://github.com/ruby/ruby/pull/1748 addresses this issues. Also note that other programming language like go respect different proxy settings for parent domain and its subdomains. https://github.com/golang/go/blob/master/src/net/http/proxy_test.go#L37 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>