Sfoglia il codice sorgente

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

Reinier Balt 7 anni fa
parent
commit
deb240c02f
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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(()));
-            }
         }
     }
 }