]> git.ipfire.org Git - thirdparty/squid.git/commit
- StoreEntry didn't need to have the method_t member, so its been
authorwessels <>
Fri, 28 Nov 1997 15:11:58 +0000 (15:11 +0000)
committerwessels <>
Fri, 28 Nov 1997 15:11:58 +0000 (15:11 +0000)
commit2ac237e2fee9e6534c2481501c8af15bb6d113d5
treea9038ad4e891c579ce1dba554ef550b25eca3fb4
parent754b687d30334fd7a5ac3926a2a4a89a6e5467f0
- StoreEntry didn't need to have the method_t member, so its been
  moved to MemObject->method.
- storeEntryListAdd and storeEntryListDelete are quite general.  They
  have been moved to tools.c and named dlinkAdd() and dlinkDelete().
- we want to be able to cache ALL methods, so store_key_url.c now
  always puts the request method into the cache key.
- made StoreEntry->refcount and StoreEntry->flag 16-bit shorts.
src/stat.cc
src/store.cc
src/structs.h
src/tools.cc