Explorar el Código

reverse #212 since it does not address the real problem (#213)

Reinier Balt hace 7 años
padre
commit
deb240c02f
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/main.rs

+ 0 - 4
src/main.rs

@@ -468,10 +468,6 @@ impl Future for Main {
             if !progress {
                 return Ok(Async::NotReady);
             }
-
-            if self.shutdown {
-                return Ok(Async::Ready(()));
-            }
         }
     }
 }