*** empty log message ***

This commit is contained in:
Mike Goslin 2000-11-15 05:02:08 +00:00
parent e6619abec0
commit b17c8d8c22
1 changed files with 2 additions and 1 deletions

View File

@ -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;