From: Amos Jeffries Date: Sat, 30 Nov 2013 10:14:36 +0000 (-0700) Subject: Fix more of rev.12660 X-Git-Tag: SQUID_3_3_11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306dbe8d6a4c6bcb68a9d3cafa0c5f9cd2f6c7b4;p=thirdparty%2Fsquid.git Fix more of rev.12660 --- diff --git a/src/Server.cc b/src/Server.cc index fc0e085e1d..ca1fdc2f25 100644 --- a/src/Server.cc +++ b/src/Server.cc @@ -526,7 +526,7 @@ ServerStateData::haveParsedReplyHeaders() // adaptation may overwrite old offset computed using the virgin response const bool partial = theFinalReply->content_range && - theFinalReply->sline.status() == HTTP_PARTIAL_CONTENT; + theFinalReply->sline.status == HTTP_PARTIAL_CONTENT; currentOffset = partial ? theFinalReply->content_range->spec.offset : 0; }