소스 검색

*** empty log message ***

Mike Goslin 25 년 전
부모
커밋
2e54f4bc76
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      panda/src/downloader/downloader.cxx

+ 3 - 0
panda/src/downloader/downloader.cxx

@@ -426,6 +426,9 @@ run(void) {
           return DS_error_write;
       }
       _dest_stream.close();
+      // The "Connection: close" line tells the server to close the 
+      // connection when the download is complete
+      _connected == false;
       return DS_success;
     } else {
       if (downloader_cat.is_debug())