From: Amos Jeffries Date: Sat, 28 Mar 2015 14:53:59 +0000 (-0700) Subject: Parser-NG: Convert the ICAP read buffer to an SBuf. X-Git-Tag: merge-candidate-3-v1~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b97421d24bb568febfcd9f7d78909e3fc435f131;p=thirdparty%2Fsquid.git Parser-NG: Convert the ICAP read buffer to an SBuf. * Remove the double-buffering hack used to comm_read() ICAP responses as c-string then convert to MemBuf for parsing. * Revert the HttpMsg parser API from MemBuf to c-string parameters. The internals did not make much use of the MemBuf abilities and it is simpler to retrieve c-string values directly from an SBuf than to go via a MemBuf conversion. --- b97421d24bb568febfcd9f7d78909e3fc435f131