r343 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 6 11:06:37 CEST 2006


Author: phk
Date: 2006-07-06 11:06:36 +0200 (Thu, 06 Jul 2006)
New Revision: 343

Modified:
   trunk/varnish-cache/bin/varnishd/cache_http.c
Log:
Remove debugging code.


Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2006-07-06 09:00:27 UTC (rev 342)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2006-07-06 09:06:36 UTC (rev 343)
@@ -218,7 +218,6 @@
 			;
 		VSLR(SLT_Request, fd, hp->req, p);
 		*p++ = '\0';
-		assert(!strcmp(hp->req, "GET"));
 
 		/* Next find the URI */
 		while (isspace(*p))




More information about the varnish-commit mailing list