]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Parser-NG: Convert the ICAP read buffer to an SBuf.
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Mar 2015 14:53:59 +0000 (07:53 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Mar 2015 14:53:59 +0000 (07:53 -0700)
* 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.


Trivial merge