[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:83003] [Ruby trunk Bug#13940][Rejected] em-http-request (HttpConnectionOptions) over-write :sni_hostname if provided
From:
naruse@...
Date:
2017-09-25 17:04:47 UTC
List:
ruby-core #83003
Issue #13940 has been updated by naruse (Yui NARUSE). Status changed from Open to Rejected We CRuby project doesn't handle em-http-request. Could you ask on https://github.com/igrigorik/em-http-request ? ---------------------------------------- Bug #13940: em-http-request (HttpConnectionOptions) over-write :sni_hostname if provided https://bugs.ruby-lang.org/issues/13940#change-66912 * Author: steve.misky (Stephen Misk) * Status: Rejected * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Breaking change introduced in 1.1.4 http_connnection_options.rb:23 @tls[:sni_hostname] = ori.host This OVER-write the sni_hostname value which MAY have been passed in. # Suggested Change to SET sni_hostname ONLY IF not provided @tls[:sni_hostname] ||= uri.host -- 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>