diff options
author | jcid <devnull@localhost> | 2008-10-21 22:37:15 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-21 22:37:15 +0200 |
commit | b24af37659134db2198199e3b534bc767a582e58 (patch) | |
tree | 6fe377693c7dafbfe05239b239096203b8839e6d /src/cache.c | |
parent | 07dc13fa5ffc5b8d85c8c98b9dbb755e426bc424 (diff) |
- Enabled OfferDownload for type mismatched root URLs.
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 1 |
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) { |