https://bugs.kde.org/show_bug.cgi?id=452729

--- Comment #10 from Harald Sitter <sit...@kde.org> ---
This seems to do the trick

@@ -245,9 +245,7 @@ void KIO::MimeTypeFinderJobPrivate::scanFileWithGet()
             m_suggestedFileName =
job->queryMetaData(QStringLiteral("content-disposition-filename"));
         }

-        if (!m_url.isLocalFile()) { // #434455
-            job->putOnHold();
-        }
+        job->kill();
         q->emitResult();
     });
 }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to