On Friday 19 April 2002 10:59, maer727@sohu.com wrote:
> If cache miss, Squid will find the object from peer cache
> or origin server. I want to know how each field and value
> of an HTTP reply is written to StoreEntry, which function/file
> should I read?
storeAppend() is the call that stores information into a StoreEntry.
See http.c for usage.
Headers are stored as received, together with the reply body.
Regards
Henrik
Received on Fri Apr 19 2002 - 14:58:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:13 MST