Revision: 14440
Author: adrian.chadd
Date: Mon Mar 1 19:53:25 2010
Log: Fix Issue 86 - disable this loop detect code for now
http://code.google.com/p/lusca-cache/source/detail?r=14440
Modified:
/branches/LUSCA_HEAD/src/client_side.c
=======================================
--- /branches/LUSCA_HEAD/src/client_side.c Sun Feb 28 05:49:39 2010
+++ /branches/LUSCA_HEAD/src/client_side.c Mon Mar 1 19:53:25 2010
@@ -1160,7 +1160,7 @@
* where the redirect is not explicitly as uncachable.
* Deny looping here and do not cache the response.
*/
-
+#if 0
/*
* XXX strcmp() sucks but the strings are both C strings. Look at
String'ifying it
* XXX soon!
@@ -1173,6 +1173,7 @@
return;
}
}
+#endif
stale = refreshCheckHTTPStale(e, r);
debug(33, 2) ("clientCacheHit: refreshCheckHTTPStale returned %d\n",
stale);
if (stale == 0) {
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.