lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev automatic uncaching (was: PATCH [dev22]: source caching


From: Leonid Pauzner
Subject: Re: lynx-dev automatic uncaching (was: PATCH [dev22]: source caching fixes)
Date: Sat, 17 Apr 1999 13:56:13 +0400 (MSD)

16-Apr-99 10:52 Scott Bigham wrote:

> No, source caching does not affect the overall caching protocol in any
> way; whatever caching logic Lynx has is applied to the cached document
> as before, and the attached cached source, if any, is reloaded in the
> process of reloading the cached document.

BTW, we forget to add a warning in HTreload_document()
that we lost a form contents, if any.
Should be implemented in other way, but let insert from LYK_RELOAD at least.
Insert this before #ifdef DISP_PARTIAL in HTreload_partial():


            if (lynx_mode == FORMS_LYNX_MODE) {
                /*
                 *  Note that if there are no form links on the current
                 *  page, lynx_mode won't have this setting and we won't
                 *  know that this warning should be issued. - FM
                 */
                HTAlert(RELOADING_FORM);
            }


>                                               -sbigham





reply via email to

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