]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.h
Summary: Class cleanup - resulting from addressing a latent segfault.
authorrobertc <>
Mon, 1 Sep 2003 09:49:37 +0000 (09:49 +0000)
committerrobertc <>
Mon, 1 Sep 2003 09:49:37 +0000 (09:49 +0000)
commit450e0c10ea8ed956eb6721ac5082b6a4d4bbee29
treec1329d072866feba7e0e2f4732d47fd9d9b7bb69
parentd9e04dc7583103e3a6329b71e433bc14116b35bc
Summary: Class cleanup - resulting from addressing a latent segfault.
Keywords:

Move httpMsgIsPersistent delcaration to HttpHeader
Rename http_version_t to HttpVersion, and make a class.
Remove httpBuildVersion - use HttpVersion constructor.
Move HttpVersion to it's own file.
Move HttpStatusLine to it's own file and make a class.
Move AccessLogEntry to it's own file, and make a class.
Remove memset() use against AccessLogEntry.
34 files changed:
src/AccessLogEntry.h [new file with mode: 0644]
src/HttpHeader.h
src/HttpMsg.cc
src/HttpReply.cc
src/HttpReply.h
src/HttpRequest.cc
src/HttpRequest.h
src/HttpStatusLine.cc
src/HttpStatusLine.h [new file with mode: 0644]
src/HttpVersion.h [new file with mode: 0644]
src/Makefile.am
src/access_log.cc
src/cache_cf.cc
src/cache_manager.cc
src/client_side.cc
src/client_side_reply.cc
src/client_side_request.cc
src/client_side_request.h
src/errorpage.cc
src/fs/coss/store_dir_coss.cc
src/ftp.cc
src/http.cc
src/icp_v2.cc
src/internal.cc
src/main.cc
src/mime.cc
src/net_db.cc
src/protos.h
src/store.cc
src/store_digest.cc
src/structs.h
src/typedefs.h
src/urn.cc
src/whois.cc