From: Amos Jeffries Date: Thu, 28 Jun 2012 05:15:20 +0000 (-0600) Subject: Bug 3576: ICY streams being Transfer-Encoding:chunked X-Git-Tag: SQUID_3_2_0_18~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87741a1133ed6be59408dd68c7ec12412c29b7d5;p=thirdparty%2Fsquid.git Bug 3576: ICY streams being Transfer-Encoding:chunked --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index d0df511bd9..4d0af98f34 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1434,6 +1434,7 @@ clientReplyContext::buildReplyHeader() #endif const bool maySendChunkedReply = !request->multipartRangeRequest() && + reply->sline.protocol == AnyP::PROTO_HTTP && // response is HTTP (request->http_ver >= HttpVersion(1, 1)); /* Check whether we should send keep-alive */