]> git.ipfire.org Git - thirdparty/squid.git/commit
renamed http_state_flags to HttpStateFlags and moved to own header file.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 22 Sep 2012 14:21:59 +0000 (16:21 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 22 Sep 2012 14:21:59 +0000 (16:21 +0200)
commit46f4b11183fb5aaf71169a77b01cec40705d63f8
treed7ab2ecffcc249cef5821aba3a4f4ce168b13b22
parentb802d2cba206c82848c0c609cb48a940665ab78a
renamed http_state_flags to HttpStateFlags and moved to own header file.
Changed all boolean flags to bool type.
src/HttpStateFlags.h [new file with mode: 0644]
src/Makefile.am
src/htcp.cc
src/http.cc
src/http.h
src/structs.h
src/tunnel.cc