소스 검색

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