]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm.cc
Misc fixes to eliminate problems at exit (and other things)
authorwessels <>
Tue, 26 Aug 1997 04:35:50 +0000 (04:35 +0000)
committerwessels <>
Tue, 26 Aug 1997 04:35:50 +0000 (04:35 +0000)
commite102ebda49dea92e5f2f7b4575fb817134071315
tree1c5361ca1ccfd2f9a005f69424f443577eaccffb
parent26d86d59764600442b45560877cb302e81a29150
Misc fixes to eliminate problems at exit (and other things)

- changed storeDirCloseSwapLogs() to take a 'reopen' arg.
  if not set, we don't reopen the logs for writing again.
- added FD_CLOSING flag to avoid recursive calls to comm_close().
- added 'non_peers' structure to keep stats on offendors, instead
  of logging every bad reply.
15 files changed:
src/cache_cf.cc
src/cachemgr.cc
src/client.cc
src/comm.cc
src/defines.h
src/enums.h
src/errorpage.cc
src/http.cc
src/main.cc
src/neighbors.cc
src/protos.h
src/stat.cc
src/store.cc
src/structs.h
src/tools.cc