]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #2240 fix: HttpRequestMethod-related unit tests fail
authorrousskov <>
Tue, 26 Feb 2008 07:16:47 +0000 (07:16 +0000)
committerrousskov <>
Tue, 26 Feb 2008 07:16:47 +0000 (07:16 +0000)
commitaf256e2e4be6999a67180ba30acaacde1a36c51a
tree89fc65945e69d613c1aaf5b8c70530089cfdb386
parent75cb38cbf89a271c4d26baef84b0447690c12171
Bug #2240 fix: HttpRequestMethod-related unit tests fail

Made HttpRequestMethod.h self-sufficient: #include enough to compile it
in isolation.

TODO: move operator++() to .cc so that we do not have to drag Debug.h
and friends into the header (via squid.h).
src/HttpRequestMethod.h