From c3f5b9904d34cf4650269985eae3030f3f5d14c1 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 25 Sep 2007 07:22:58 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2024 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index ef7237be..c8cd06a9 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -616,7 +616,7 @@ http_RecvPrep(struct http *hp) hp->rx_s = hp->ws->f; hp->rx_e = hp->rx_s; if (hp->pl_s != NULL) { - l = pdiff(hp->pl_s, hp->pl_s); + l = pdiff(hp->pl_s, hp->pl_e); memmove(hp->rx_s, hp->pl_s, l); hp->rx_e = hp->rx_s + l; hp->pl_s = hp->pl_e = NULL; -- 2.39.5