From: Alex Rousskov Date: Mon, 15 Aug 2011 22:21:03 +0000 (-0600) Subject: Audit updates on rev.11634 X-Git-Tag: take08~43^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e8bdf7dd73ad5915996bb715f53cb3617f7170;p=thirdparty%2Fsquid.git Audit updates on rev.11634 --- diff --git a/src/ChunkedCodingParser.cc b/src/ChunkedCodingParser.cc index 9a1613e8d7..bd2fdd1cde 100644 --- a/src/ChunkedCodingParser.cc +++ b/src/ChunkedCodingParser.cc @@ -159,10 +159,10 @@ void ChunkedCodingParser::parseTrailerHeader() size_t crlfEnd = 0; if (findCrlf(crlfBeg, crlfEnd)) { -#if NOTYET - if (crlfBeg > 0) - ; //theTrailer.append(theIn->content(), crlfEnd); +#if TRAILERS_ARE_SUPPORTED + if (crlfBeg > 0) + theTrailer.append(theIn->content(), crlfEnd); #endif theIn->consume(crlfEnd);