# File lib/em/protocols/httpclient2.rb, line 44 44: def initialize 45: @authorization = nil 46: @closed = nil 47: @requests = nil 48: end