lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Re: lynx randomly hanging at "HTTP/1.1 200 OK"


From: Thomas Dickey
Subject: Re: [Lynx-dev] Re: lynx randomly hanging at "HTTP/1.1 200 OK"
Date: Sat, 7 Jan 2006 08:01:49 -0500
User-agent: Mutt/1.3.27i

On Sat, Jan 07, 2006 at 07:44:20AM -0500, Thomas Dickey wrote:
>         do {
>             counter %= SIZE_TEMPNAME;
              counter %= MAX_TEMPNAME;
>             offset = counter / BITS_PER_CHAR;

(doesn't change the underlying problem, but could have made it worse).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]