class Goliath::Connection

def unbind

def unbind
  super
ensure
  socket_stream.fail if socket_stream
end