head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.05.05.22.29.32;	author des;	state dead;
branches;
next	1.1;

1.1
date	2010.05.04.18.15.51;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 2.1.2
@
text
@Index: bin/varnishd/cache_response.c
===================================================================
--- bin/varnishd/cache_response.c	(revision 4757)
+++ bin/varnishd/cache_response.c	(revision 4758)
@@@@ -325,7 +325,7 @@@@
 		}
 		if (ptr + len > high)
 			/* Chop tail of segment off */
-			len = 1 + high - low;
+			len = 1 + high - ptr;
 
 		ptr += len;
 
@


1.1
log
@Add upstream revision r4758: fix a bug that may cause Varnish to append
junk at the end of a chunk-encoded reply.
@
text
@@

