]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tests/testHttpRequestMethod.cc
Audit updates
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 15 Oct 2014 14:09:32 +0000 (07:09 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 15 Oct 2014 14:09:32 +0000 (07:09 -0700)
commitf96881323e8306c672c335e2fd7e1e71e9754c3f
tree5dfa6df6fcda12a53b37f54e93742675b2d07b94
parenta4c74dd8333b5e89065c3dcf807eca4ed4b88941
Audit updates

* rename HttpRequestMethod(char*) to HttpRequestMethodXXX() in order to
  assist removal since it is deprecated now
 - plus code polishing and unit-test updates to work with this as a
   method instead of constructor

* fix several potential out-of-bounds SBuf and MemBlob accesses

* reduce performance regression parsing ICAP/eCAP traffic

* simplify and optimize clear() operation

* documentation clarifications

* typos and spelling fixes
12 files changed:
src/HttpRequest.cc
src/acl/MethodData.cc
src/client_side.cc
src/htcp.cc
src/http/RequestMethod.cc
src/http/RequestMethod.h
src/http/one/Parser.h
src/http/one/RequestParser.cc
src/http/one/RequestParser.h
src/mgr/ActionParams.cc
src/tests/testHttp1Parser.cc
src/tests/testHttpRequestMethod.cc