mirror of
https://github.com/ruby/ruby.git
synced 2026-08-03 13:08:59 +08:00
Do not raise FrozenError in SSLServer.new when SSLContext#session_id_context cannot be updated. session_id_context is only necessary for session resumption, so its absence is not critical. Fixes https://github.com/ruby/openssl/pull/742 https://github.com/ruby/openssl/commit/51de9c303e