# File lib/protocols/httpcli2.rb, line 246
246:                 def post_init
247:                         super
248:                         @connected = EM::DefaultDeferrable.new
249:                 end