Re: How Squid write fields and valued of HTTP reply?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 19 Apr 2002 22:25:32 +0200

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