On Wed, 22 Sep 2010 11:06:50 -0400, Jorge Arellano Cid wrote:
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).
Yes, lowering that seems to have helped.
If a long image download stalls anyway, you will have to reload the whole of it: right click image, "Isolate image", reload, back.
It would still be nice if this could be automated via the normal reload mechanism :D.