]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeaderTools.cc
- removed ascii headers from reply and request structures
authorrousskov <>
Thu, 28 May 1998 04:51:37 +0000 (04:51 +0000)
committerrousskov <>
Thu, 28 May 1998 04:51:37 +0000 (04:51 +0000)
commit2246b73298f50a6d4ecdf84e5759a1da2fa9c98b
treea74c3387eecbd493ebbd241b27e39b8192967a96
parentf62d9e2589f33c9f145515b437f29e58181875ca
- removed ascii headers from reply and request structures
- added more http headers
- fixed content of entity-headers array
- do not update headers with 304 that are not allowed by HTTP/1.1
- moved routines common for request and replies to HttpMsg.c
- rewrote clientBuildReply* and other client_side functions
  using new header interface
- code cleanup
- do not cut off "; parameter" from "digitized" Content-Type
  http fields
- Added X-Request-URI for persistent connection debugging
27 files changed:
ChangeLog
TODO
src/HttpBody.cc
src/HttpHdrExtField.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/HttpMsg.cc [new file with mode: 0644]
src/HttpReply.cc
src/HttpRequest.cc
src/Makefile.in
src/MemBuf.cc
src/access_log.cc
src/asn.cc
src/client_side.cc
src/enums.h
src/errorpage.cc
src/http.cc
src/main.cc
src/mime.cc
src/net_db.cc
src/peer_digest.cc
src/protos.h
src/store.cc
src/structs.h
src/typedefs.h
src/urn.cc
src/wais.cc