summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-21 22:37:15 +0200
committerjcid <devnull@localhost>2008-10-21 22:37:15 +0200
commitb24af37659134db2198199e3b534bc767a582e58 (patch)
tree6fe377693c7dafbfe05239b239096203b8839e6d /src/cache.c
parent07dc13fa5ffc5b8d85c8c98b9dbb755e426bc424 (diff)
- Enabled OfferDownload for type mismatched root URLs.
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c
index 9ddb0abf..370d4140 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -1020,6 +1020,7 @@ static void Cache_process_queue(CacheEntry_t *entry)
if (TypeMismatch) {
a_UIcmd_set_msg(Client_bw,"HTTP warning: Content-Type '%s' "
"doesn't match the real data.", entry->TypeHdr);
+ OfferDownload = TRUE;
}
if (entry->Flags & CA_Redirect) {
if (!Client->Callback) {