# File lib/protocols/httpcli2.rb, line 265
265:                 def post_init
266:                         super
267:                         @connected = EM::DefaultDeferrable.new
268:                 end