浏览代码

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(()));
-            }
         }
     }
 }