Method: HTTPX::Channel#mergeable?
- Defined in:
- lib/httpx/channel.rb
#mergeable?(addresses) ⇒ Boolean
87 88 89 90 |
# File 'lib/httpx/channel.rb', line 87 def mergeable?(addresses) return false if @state == :closing || !@io !(@io.addresses & addresses).empty? end |