Hi,
No, I'm using squid-3.0.STABLE9.
I recorded "the http request size" in access log (using ">st")
But, the value was always 0 .....
In access_log.cc
> 785 case LFT_REQUEST_SIZE_TOTAL:
> 786 outint = al->cache.requestSize;
> 787 dooff = 1;
> 788 break;
I think that
> outint = al->cache.requestSize;
must be
> outoff = al->cache.requestSize;
.....
-- Sincerely, Mikio KishiReceived on Sat Oct 18 2008 - 13:52:14 MDT
This archive was generated by hypermail 2.2.0 : Sat Oct 18 2008 - 12:00:03 MDT