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-a...@t-online.de>
Date:   Sun Apr 5 20:34:29 2015 +0200

    nhttpd: disable internal cache
    
    seems it needs a fix later
    
    Signed-off-by: GetAway <get-a...@t-online.de>

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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to