# File lib/em/protocols/httpclient2.rb, line 327 def unbind super @closed = true (@requests || []).each {|r| r.fail} end