You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've seen this WARN log frequently in our builds during the bundler process as well as when using the net-http-persistent adapter running jruby 1.7.22.
WARNING: SSLSocket#session= is not supported
It looks like this was just not implemented. Its pretty annoying, but is it something I should be concerned about?
The text was updated successfully, but these errors were encountered:
something is using session= from the net/http stack but we can not implement session swapping on Java APIs. it is safe to ignore in this case - we have the method for compat but net/http doesn't care much if it works.
Hello. I've seen this WARN log frequently in our builds during the bundler process as well as when using the net-http-persistent adapter running jruby 1.7.22.
It looks like this was just not implemented. Its pretty annoying, but is it something I should be concerned about?
The text was updated successfully, but these errors were encountered: