# File lib/protocols/httpcli2.rb, line 287 287: def unbind 288: super 289: @closed = true 290: (@requests || []).each {|r| r.fail} 291: end