aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-26 21:09:41 +0200
committerjcid <devnull@localhost>2008-05-26 21:09:41 +0200
commit36b58181afecf9bddaa47d72f99578008d57f2e2 (patch)
tree4a0e91e59af37de3c69b821eb78cacb9e960801a /src/cache.c
parent392b7d272a482dcc29108915b461c954152addd8 (diff)
- Added getCurrentForm() method to html (cleanup).
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 cb3fccd4..88cecc9b 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -826,6 +826,7 @@ static void Cache_process_queue(CacheEntry_t *entry)
if (!(entry->Flags & CA_GotContentType)) {
st = a_Misc_get_content_type_from_data(
entry->Data->str, entry->Data->len, &Type);
+ _MSG("Cache: detected Content-Type '%s'\n", Type);
if (st == 0 || entry->Flags & CA_GotData) {
if (a_Misc_content_type_check(entry->TypeHdr, Type) < 0) {
MSG_HTTP("Content-Type '%s' doesn't match the real data.\n",