class ActionDispatch::Response

def sent!

def sent!
  synchronize do
    @sent = true
    @cv.broadcast
  end
end