r1802 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Aug 5 23:06:41 CEST 2007


Author: phk
Date: 2007-08-05 23:06:41 +0200 (Sun, 05 Aug 2007)
New Revision: 1802

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
Add comment to remind myself.


Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2007-08-05 20:57:32 UTC (rev 1801)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2007-08-05 21:06:41 UTC (rev 1802)
@@ -98,7 +98,7 @@
     "    if (req.http.host) {\n"
     "        set req.hash += req.http.host;\n"
     "    } else {\n"
-    "        set req.hash += server.ip;\n"
+    "        set req.hash += server.ip;\n"	/* XXX: see ticket 137 */
     "    }\n"
 #endif
     "    hash;\n"




More information about the varnish-commit mailing list