ソースを参照

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

Reinier Balt 7 年 前
コミット
deb240c02f
1 ファイル変更0 行追加4 行削除
  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(()));
-            }
         }
     }
 }