159 160 161 162 163 164 165
# File 'lib/httpx/channel.rb', line 159 def to_io case @state when :idle transition(:open) end @io.to_io end