From: Amos Jeffries Date: Mon, 25 Jun 2012 07:43:36 +0000 (+1200) Subject: Bug 3576: ICY streams being Transfer-Encoding:chunked X-Git-Tag: sourceformat-review-1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7701e72ba4ef693b34ac8b8bbb80b07c7747a37;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 */