]> git.ipfire.org Git - thirdparty/squid.git/commit - src/peer_select.cc
SBuf: convert HttpMethod internals
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 22 Apr 2014 02:47:09 +0000 (19:47 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 22 Apr 2014 02:47:09 +0000 (19:47 -0700)
commit7f06a3d8d7e9569685ac575db1a0f6cf5681024a
tree4a872a1eb9f5cbb6e6a292f0c1b1fd5003560f75
parent1284f77cf771998e24dea99de24bf7edb37ba84a
SBuf: convert HttpMethod internals

Update the internal string/image representation of an HTTP
method to be an SBuf string. Including the global registered
methods index.

Also,
 * remove RequestMethodStr() wrapper functions
 * remove remainders of obsolete extension_methods feature
 * remove remainders of obsolete RequestMethodStr[] array
 * fix potential cache key error from http/MethodType.h
   enum ordering.
 * polished many debugs involving method
32 files changed:
src/AccessLogEntry.h
src/FwdState.cc
src/HttpRequest.cc
src/HttpRequestMethod.cc
src/HttpRequestMethod.h
src/Makefile.am
src/MemObject.cc
src/Server.cc
src/acl/MethodData.cc
src/auth/digest/UserRequest.cc
src/cache_diff.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/errorpage.cc
src/external_acl.cc
src/format/Format.cc
src/htcp.cc
src/http.cc
src/http/Makefile.am
src/http/MethodType.h
src/log/FormatHttpdCombined.cc
src/log/FormatHttpdCommon.cc
src/log/FormatSquidNative.cc
src/log/access_log.cc
src/mgr/ActionParams.cc
src/mk-string-arrays.awk
src/peer_select.cc
src/store_log.cc
src/test_cache_digest.cc
src/tests/testHttpRequestMethod.cc
src/tunnel.cc