]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeaderTools.cc
Remove many uses of String::defined()
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 Nov 2013 00:58:42 +0000 (13:58 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 23 Nov 2013 00:58:42 +0000 (13:58 +1300)
commitb38b26cb149d3abb3418e0acef8fca4645d01af0
tree1480f8fca19f68cf9a3bf75983a9716fa4feb873
parent00cad6419d1876f2e5f6c1d03f3b8d976bce42ed
Remove many uses of String::defined()

Making it private to String:: so that we can easier avoid dealing with
NULL buffer vs "" problems in future.
16 files changed:
src/HttpHdrCc.h
src/HttpHeaderTools.cc
src/SquidString.h
src/String.cci
src/acl/HttpHeaderData.cc
src/adaptation/ecap/MessageRep.cc
src/adaptation/ecap/XactionRep.cc
src/adaptation/icap/ModXact.cc
src/client_side.cc
src/errorpage.cc
src/http.cc
src/redirect.cc
src/ssl/ErrorDetail.cc
src/ssl/ErrorDetailManager.cc
src/stat.cc
src/store.cc