22 Sep
2010
22 Sep
'10
5:07 p.m.
On Wed, Sep 22, 2010 at 12:43:03AM -0400, Dennis Nezic wrote:
Currently refreshing a page only redownloads the text portion (I believe) and not the images, which is perfect IF the images have been fully downloaded/cached. On my slow connection, image-downloads frequently timeout, and refreshing doesn't retry to get them :'(.
With a slow connection (e.g. dialup), use something like: http_max_conns=2 /* or 3 */ in dillorc (this solves most of the problem). If a long image download stalls anyway, you will have to reload the whole of it: right click image, "Isolate image", reload, back. -- Cheers Jorge.-