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 Kishi

Reply via email to