On 15/05/2014 11:17 a.m., Dan Charlesworth wrote: > I think there was a bug fixed very recently to do with the fact that > `maximum_object_size` is ignored if it comes after `cache_dir` in the > conf. > > If you switch the order or move use `cache_dir max-size=n` then it > should be alright. > > On 15 May 2014 04:18, Joachim Rahm wrote: >> Hi, >> >> I installed a squid on an ubuntu 14 server. >> In the access.log I get for files greater than about 50KB the error code >> TCP_MISS_ABORTED and the files are not cached. MISS is server being contacted for data. ABRTED is the client giving up before the response happens. Given that responses under 50KB happen: * Look to your network for TCP "window scaling" issues. * look for PMTUd issues (somebody blocking ICMP usually). Amos