]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeaderTools.cc
- Attempted to fix a problem when Squid ignores all header fields it cannot
authorrousskov <>
Thu, 12 Mar 1998 05:18:42 +0000 (05:18 +0000)
committerrousskov <>
Thu, 12 Mar 1998 05:18:42 +0000 (05:18 +0000)
commitde336bbe153efb272a1024f07392b3fb7b43a120
tree50e1e96e5262f681f78c813fef0db5bebbab5523
parent8e22c234b34de10fae1fbda2250d74b0eaf87c93
- Attempted to fix a problem when Squid ignores all header fields it cannot
  parse.  Now we support a two-level scheme where raw header fields are
  preserved regardless of our parsing/interpretation abilities. Each header
  field has also a "cache" where we store parsed value of the field (if any).
- The only opearation on raw headers left is "joining" of appropriate headers
  together.
- Fixed a lot of minor problems and added new header fields:  Server, X-Cache,
  and other.
14 files changed:
include/Stack.h
include/util.h
lib/util.c
src/HttpHdrCc.cc
src/HttpHdrContRange.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/HttpReply.cc
src/client_side.cc
src/defines.h
src/enums.h
src/protos.h
src/structs.h
src/typedefs.h