Hi. Apparently it seems im looking for the wrong thing then maybe. What I would like to log is the request from the client, the entire size in its totality. The entire request from beginning to end, the entire size of all packets together that would go into a normal request to squid for each access.log line. Regards /Cole -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Thursday, March 23, 2006 1:56 AM To: cole@xxxxxxxxxxxx Cc: 'Squid Users' Subject: RE: Custom Log ons 2006-03-22 klockan 20:35 +0200 skrev Cole: > outint = strlen(al->headers.request); This is only the request header, not the request line.. The request header usually is identical for the same client.. Regards Henrik