r2076 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Oct 1 14:27:49 CEST 2007


Author: phk
Date: 2007-10-01 14:27:49 +0200 (Mon, 01 Oct 2007)
New Revision: 2076

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
   trunk/varnish-cache/bin/varnishd/cache_synthetic.c
   trunk/varnish-cache/bin/varnishd/rfc2616.c
Log:
Oops, last commit included some debugging


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2007-10-01 12:25:37 UTC (rev 2075)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2007-10-01 12:27:49 UTC (rev 2076)
@@ -310,7 +310,6 @@
 		http_PutStatus(sp->wrk, sp->fd, sp->obj->http, 503);
 
 	sp->err_code = http_GetStatus(sp->obj->http);
-WSP(sp, SLT_Debug, "i %d err %d v %d c %d", i, sp->err_code, sp->obj->valid, sp->obj->cacheable);
 	VCL_fetch_method(sp);
 
 	switch (sp->handling) {

Modified: trunk/varnish-cache/bin/varnishd/cache_synthetic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_synthetic.c	2007-10-01 12:25:37 UTC (rev 2075)
+++ trunk/varnish-cache/bin/varnishd/cache_synthetic.c	2007-10-01 12:27:49 UTC (rev 2076)
@@ -56,7 +56,6 @@
 	double now;
 	int fd;
 
-	WSL_Flush(sp->wrk);
 	assert(status >= 100 && status <= 999);
 	CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
 	CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC);

Modified: trunk/varnish-cache/bin/varnishd/rfc2616.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/rfc2616.c	2007-10-01 12:25:37 UTC (rev 2075)
+++ trunk/varnish-cache/bin/varnishd/rfc2616.c	2007-10-01 12:27:49 UTC (rev 2076)
@@ -172,7 +172,6 @@
 	 * We do not support ranges yet, so 206 is out.
 	 */
 	sp->obj->response = http_GetStatus(hp);
-WSP(sp, SLT_Debug, "resp: %d", sp->obj->response);
 	switch (sp->obj->response) {
 	case 200: /* OK */
 	case 203: /* Non-Authoritative Information */




More information about the varnish-commit mailing list