]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixes many Unit-test compile errors and testing problems in HttpRequestMethod
authoramosjeffries <>
Sun, 3 Feb 2008 17:00:29 +0000 (17:00 +0000)
committeramosjeffries <>
Sun, 3 Feb 2008 17:00:29 +0000 (17:00 +0000)
commit914b89a260c3ae4f0786cf282c19a516b54a0776
treef14075a73d3279a7401313cabe273e7b0a758fee
parentbd6b0d368f4cceda1aa89dd8e547ac220b2277cf
Fixes many Unit-test compile errors and testing problems in HttpRequestMethod

- Removes implicit conversion from HttpRequestMethod to other types.
- Adds id() accessor to retrieve an ID for known methods.
- Adds more boolean operators to class library

Also adds auto-documantation in some METHOD-related places.
16 files changed:
src/ACLMethodData.cc
src/HttpReply.cc
src/HttpRequest.cc
src/HttpRequestMethod.cc
src/HttpRequestMethod.h
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/forward.cc
src/htcp.cc
src/http.cc
src/store_key_md5.cc
src/tests/testHttpRequest.cc
src/tests/testHttpRequestMethod.cc
src/tests/testHttpRequestMethod.h
src/url.cc