On lör, 2008-10-18 at 22:52 +0900, Mikio Kishi wrote:
> 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;
Indeed. Congratulations to your first contribution to the Squid source
code! Will show up at
http://www.squid-cache.org/Versions/v3/HEAD/changesets/ shortly.
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Sat Oct 18 2008 - 12:00:03 MDT