]> git.ipfire.org Git - thirdparty/squid.git/commit
- Changed cachemgr stats/objects listing format.
authorwessels <>
Thu, 17 Oct 1996 17:14:42 +0000 (17:14 +0000)
committerwessels <>
Thu, 17 Oct 1996 17:14:42 +0000 (17:14 +0000)
commitd1a43e28ec0017d5b51dad6dc070841d26028cbc
treefb58531ad34415eea91a918bf771bc72c6ed7c4d
parent74c38ccc4feb8275a181e8b9063606960c671b5f
    - Changed cachemgr stats/objects listing format.
        - Added some missing "entry->refcount++"
        - Changed StoreEntry->timestamp to be the last verification time.
          (was the stored-on-disk time).
        - Fixed stuck objects from "304 Not Modified" responses without
          final blank line.
        - Added failure detection to icmpRecv().
src/cachemgr.cc
src/client_side.cc
src/http.cc
src/icmp.cc
src/stat.cc
src/store.cc