]> git.ipfire.org Git - thirdparty/squid.git/commit
It looks like int httpState->reply_hdr_state is always either 0 or 2.
authorwessels <>
Fri, 19 Aug 2005 22:49:26 +0000 (22:49 +0000)
committerwessels <>
Fri, 19 Aug 2005 22:49:26 +0000 (22:49 +0000)
commit1a98175f1ed49051739a555da29d6a8a23a17b59
treeb8536940bf330ab32362dcf4da85b55680e8da1f
parent023b0d1d8c89a3f87a06ed1dc09f0a0a8c94ae8a
It looks like int httpState->reply_hdr_state is always either 0 or 2.
I'm replacing it with the single-bit http_state_flags.headers_parsed.
src/http.cc
src/http.h
src/structs.h