]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/icap/ModXact.cc
Replace String with SBuf for storage of header names in HttpHeaderEntry
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 May 2017 06:46:26 +0000 (18:46 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 May 2017 06:46:26 +0000 (18:46 +1200)
commitd5f1851770d972a9c87c9189d9b5927abb1877e3
treee585b788c85c78e7f907f2f5b995a48e0ad655fd
parent3c849cc50dd59d550b31b475158c9995f26cfbdc
Replace String with SBuf for storage of header names in HttpHeaderEntry

In the process we gain SBuf methods for delByName and hasNamed.
Deprecating the char* versions.
14 files changed:
src/HttpHeader.cc
src/HttpHeader.h
src/HttpHeaderTools.cc
src/HttpHeaderTools.h
src/HttpReply.cc
src/StrList.cc
src/StrList.h
src/adaptation/ecap/MessageRep.cc
src/adaptation/icap/ModXact.cc
src/adaptation/icap/OptXact.cc
src/format/Format.cc
src/http.cc
src/http/Message.cc
src/store.cc