[master] bda503f Zap space

Federico G. Schwindt fgsch at lodoss.net
Mon Jul 28 17:40:20 CEST 2014


commit bda503f712a8d930a66c5b10b5d9af933474cfd0
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Jul 28 14:03:41 2014 +0100

    Zap space

diff --git a/bin/varnishd/cache/cache_rfc2616.c b/bin/varnishd/cache/cache_rfc2616.c
index 1b8f891..a58f282 100644
--- a/bin/varnishd/cache/cache_rfc2616.c
+++ b/bin/varnishd/cache/cache_rfc2616.c
@@ -235,7 +235,7 @@ RFC2616_Body(struct busyobj *bo, struct dstat *stats)
 	}
 
 	if (http_HdrIs(hp, H_Transfer_Encoding, "chunked")) {
-		 stats->fetch_chunked++;
+		stats->fetch_chunked++;
 		return (BS_CHUNKED);
 	}
 



More information about the varnish-commit mailing list