]> git.ipfire.org Git - thirdparty/squid.git/commit
Reamped objects being held in memory during transit. There will be a
authorwessels <>
Fri, 17 Oct 1997 05:59:52 +0000 (05:59 +0000)
committerwessels <>
Fri, 17 Oct 1997 05:59:52 +0000 (05:59 +0000)
commit8350fe9bd9e90a452154698a287379521e49deaf
tree0c03127daa689f3817d3411e19112694552d044c
parentb89bf85f8fbf1b77e9954ebcf9c51c885a6a6ea0
Reamped objects being held in memory during transit.  There will be a
smallish windo of data in memory for objects being transferred from the
server side.  For cache hits (swap ins) there is no window, we just read
directly into buffers allocated from the client side, given to store.c
via storeClientCopy().
16 files changed:
src/defines.h
src/disk.cc
src/dnsserver.cc
src/enums.h
src/errorpage.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/neighbors.cc
src/protos.h
src/stat.cc
src/stmem.cc
src/store.cc
src/structs.h
src/typedefs.h
src/wais.cc