]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpHeader.cc
Summary: Make all Arrays typesafe.
authorrobertc <>
Tue, 15 Jul 2003 12:50:38 +0000 (12:50 +0000)
committerrobertc <>
Tue, 15 Jul 2003 12:50:38 +0000 (12:50 +0000)
commit75faaa7a998ef4029150e5e3563eefa21b2525c9
treed1ccd6f318e90ee9c6fb0d99c5d977c520587f28
parent83d8f9f4b3719261891afeffb889c789a4bdc1ba
Summary: Make all Arrays typesafe.
Keywords:

Make all arrays typesafe.
Remove C bindinds to Array logic (we can instate new ones easily if desired later on).
Make all users of HttpHeader classes: htcpReplyData.
Ensure all class contianing HttpHeader are constructed and destructed:
  htcpReplyData, request_t, HttpReply.
rename request_t to HttpRequest.
Move htcp prototypes to htcp.h.
18 files changed:
include/Array.h
lib/Makefile.am
src/HttpHeader.cc
src/HttpHeader.h
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/client_side.cc
src/fde.h
src/htcp.cc
src/htcp.h
src/http.cc
src/main.cc
src/protos.h
src/structs.h
src/tunnel.cc
src/typedefs.h