From b17c8d8c227c45e73dd122e9b83f79ef5985d767 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Wed, 15 Nov 2000 05:02:08 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/downloader.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/downloader/downloader.cxx b/panda/src/downloader/downloader.cxx index ce2036c6d9..dd072543b5 100644 --- a/panda/src/downloader/downloader.cxx +++ b/panda/src/downloader/downloader.cxx @@ -588,7 +588,8 @@ parse_header(DownloadStatus &status) { if ((status._partial_content == false && component == "HTTP/1.1 200 OK") || (status._partial_content == true && - component == "HTTP/1.1 206 Partial Content")) { + (component == "HTTP/1.1 206 Partial Content" || + component == "HTTP/1.1 206 Partial content"))) { downloader_cat.debug() << "Downloader::parse_header() - Header is valid: " << component << endl;