mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
bugfix: selectables reassignment must ensure it remains an array of IO
objects
This commit is contained in:
parent
f29b4a32d8
commit
793f034a91
@ -77,7 +77,7 @@ class HTTPX::Selector
|
||||
|
||||
break
|
||||
else
|
||||
@selectables = [*selectables, @selectables]
|
||||
@selectables.concat(selectables)
|
||||
end
|
||||
rescue StandardError
|
||||
@selectables = selectables if selectables
|
||||
|
Loading…
x
Reference in New Issue
Block a user