diff options
author | jcid <devnull@localhost> | 2008-04-14 20:57:24 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-14 20:57:24 +0200 |
commit | d7d9e0cdc3c89fa6091a98546ec95bbfaf5b2163 (patch) | |
tree | 2d53908f67784157812629d6cfcaf965cd3b3a2d /src/cache.c | |
parent | 7855307e64ec134a11bcd7f0590d51bfbf1394a2 (diff) |
- Added input image for FORMS.
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 933ad93e..ab0f46fa 100644 --- a/src/cache.c +++ b/src/cache.c @@ -587,6 +587,7 @@ static void Cache_parse_header(CacheEntry_t *entry) } } else { entry->TypeHdr = Type; + _MSG("Content-Type {%s} {%s}\n", Type, URL_STR(entry->Url)); /* This Content-Type is not trusted. It's checked against real data * in Cache_process_queue(); only then CA_GotContentType becomes true. */ |