class ActionDispatch::Response

def await_sent

def await_sent
  synchronize { @cv.wait_until { @sent } }
end