# File lib/protocols/httpcli2.rb, line 268 268: def unbind 269: super 270: @closed = true 271: (@requests || []).each {|r| r.fail} 272: end