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
@rbuffer is false in this scenario, and unfortunately, boolean does not respond to .empty?
I noticed that this line of code has moved or been removed in the most recent commit of the repo, so some investigation may need to be done or it may already be fixed.
Thank you!
The text was updated successfully, but these errors were encountered:
I will do my best. It is an odd, probabilistic problem. Might take some time. I will let you know if I can't find the time.
In the meantime, we fixed this by adding empty? to FalseClass.
We have been working on API integrations and have often been running into this error when the targeted API is taking too much traffic.
openssl/lib/openssl/buffering.rb
Line 216 in e5153db
@rbuffer
isfalse
in this scenario, and unfortunately, boolean does not respond to.empty?
I noticed that this line of code has moved or been removed in the most recent commit of the repo, so some investigation may need to be done or it may already be fixed.
Thank you!
The text was updated successfully, but these errors were encountered: