-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
We have been working on API integrations and have often been running into this error when the targeted API is taking too much traffic.
undefined method `empty?' for false:FalseClass
.../ruby/gems/openssl-3.3.0/lib/openssl/buffering.rb:216:in `read_nonblock'
openssl/lib/openssl/buffering.rb
Line 216 in e5153db
if @rbuffer.empty? |
@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!
Metadata
Metadata
Assignees
Labels
No labels