General

Profile

steve.misky (Stephen Misk)

  • Login: steve.misky
  • Registered on: 02/10/2016
  • Last sign in: 09/25/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/25/2017

04:55 PM Ruby Bug #13940 (Third Party's Issue): em-http-request (HttpConnectionOptions) over-write :sni_hostname if provided
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
...
steve.misky (Stephen Misk)

02/10/2016

09:53 PM Ruby Bug #12061 (Closed): DNS resolv error RuntimeError: can't modify frozen String when using IPv6 Addresses
Just upgraded from Ruby 1.9.3-p194 to Ruby 2.3.0
eventmachine (1.0.9.1)
eventmachine_httpserver (0.2.1)
irb
2.3.0 :001 > require 'eventmachine'
=> true
2.3.0 :002 > Resolv::IPv6.create('2607:F8B0:4002:C0C::66')
RuntimeError: ...
steve.misky (Stephen Misk)

Also available in: Atom