squid cache information - help

2007-02-08 Thread ccmail111
Hi, I have: squid-3.0.PRE5-20061215 on Linux. I am looking to understand how SQUID3.x stores (in no cache mode) the responses received from Http server - HTTP payload (including images etc. received and retrieved from different sites). I need this information to tie it to my backend program

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) {