hi, 2014-04-14 16:47 GMT+02:00 Amos Jeffries <squid3@xxxxxxxxxxxxx>: > On 15/04/2014 12:52 a.m., Bjoern Meier wrote: >> Hi, >> >> it is possible and if so, how to inform a browser that the request of >> a large object is in progress. >> F. e. If I want to download an ISO of 650 MB my browser has to wait >> all the ETA bevor he gets notice. Many of my users are confused by >> that and hitting refresh "an nothing happens". >> >> Any solution? > > In HTTP (and normal behaviour for Squid) as soon as the reply starts > arriving it starts being delivered to the client. > > If your clients are not even seeing the start of the object then > something else is going on. > > Amos