<div dir="ltr">Hello,<div><br></div><div>I'm using squid 3.2.11 with an icap server and I am currently logging icap requests with the following format:</div><div><div>  logformat icap_squid {\</div><div>    "type": "icap", \</div><div>    "client_ip": "%>a", \</div><div>    "timestamp": "%ts", \</div><div>    "request_method": "%rm", \</div><div>    "request_url": "%>ru", \</div><div>    "icap_server_name": "%icap::<service_name", \</div><div>    "icap_status_code": "%icap::Hs", \</div><div>    "icap_method": "%icap::rm", \</div><div>    "icap_response_time": %icap::tio, \</div><div>    "icap_transaction_time": %icap::tio, \</div><div>    "icap_outcome": "%icap::to", \</div><div>    "icap_bytes_in": %icap::>st, \</div><div>    "icap_bytes_out": %icap::<st, \</div><div>  }</div></div><div><br></div><div>However, I'm getting some very odd results for the `%icap::>st` and `%icap::<st` values. They are ranging from `7503595363210395275` (i.e. ~ 7500 petabytes) to large negative numbers `-2821117572905556133`. Some are smaller still but still unlikely (e.g. 52mb sent in to icap for a request to the <a href="http://bbc.co.uk">bbc.co.uk</a> homepage).</div><div><br></div><div>I don't think these values can be accurate - are there known circumstances where these values would be logged inaccurately?</div><div><br></div><div>Thanks in advance for any advice!</div><div>Austin</div></div>