35 36 37 38 39
# File 'lib/async/http/protocol/http10.rb', line 35 def self.client(peer) stream = IO::Stream.new(peer, sync: false) return HTTP1::Client.new(stream, VERSION) end