Re: saving http body (content) :: SQUID:2.6STABLE10

2007-03-07 Thread Henrik Nordstrom
tis 2007-03-06 klockan 18:06 -0800 skrev ccmail111: Assumption: 'entry-fd' is uniquely created in store.c: storeCreateEntry(..) You'd better move that to the HttpStateData.. The above does not seem to work. For example www.yahoo.com page has 10 gifs, I donot see the gif files (content).

saving http body (content) :: SQUID:2.6STABLE10

2007-03-06 Thread ccmail111
Hi, I am trying to save http body (content) that is replied by server in response to HTTP client request from a client. I am using SQUID2.6 on x86/Linux. I modified: http.c as below: static void httpAppendBody(HttpStateData * httpState, const char *buf, ssize_t len, int buffer_filled) {