[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-510-g9e1a70c
Tuxbox Sources
Brought to you by:
dbt1
From: GetAway <tux...@ne...> - 2015-04-05 18:38:09
|
Project "Tuxbox-GIT: apps": The branch, master has been updated via 9e1a70c549be24cf7347d391e6aefdf56398e554 (commit) from c595f0222ba149499395d077e31ad46cd458cd18 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9e1a70c549be24cf7347d391e6aefdf56398e554 Author: GetAway <get...@t-...> Date: Sun Apr 5 20:34:29 2015 +0200 nhttpd: disable internal cache seems it needs a fix later Signed-off-by: GetAway <get...@t-...> diff --git a/tuxbox/neutrino/daemons/nhttpd/yhttpd_mods/mod_yparser.cpp b/tuxbox/neutrino/daemons/nhttpd/yhttpd_mods/mod_yparser.cpp index 5f1f131..e408e42 100644 --- a/tuxbox/neutrino/daemons/nhttpd/yhttpd_mods/mod_yparser.cpp +++ b/tuxbox/neutrino/daemons/nhttpd/yhttpd_mods/mod_yparser.cpp @@ -262,13 +262,14 @@ void CyParser::ParseAndSendFile(CyhookHandler *hh) else { hh->addResult(yresult,HANDLED_READY); - if(!ycgi_vars["cancache"].empty()) +/* TEMPORARY DISABLED // + if(!ycgi_vars["cancache"].empty()) { hh->HookVarList["CacheCategory"]=ycgi_vars["cancache"]; hh->HookVarList["CacheMimeType"]= hh->ResponseMimeType; hh->status = HANDLED_CONTINUE; } - } +*/ } } //============================================================================= ----------------------------------------------------------------------- Summary of changes: .../daemons/nhttpd/yhttpd_mods/mod_yparser.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) -- Tuxbox-GIT: apps |