Re: view src
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20111019204728.GA8557@local> |
Jeremy wrote:
> corvid wrote:
>
> > I viewed source, edited the page, reloaded, and view source keeps
> > showing me the old source.
> >
> > I thought this used to work.
>
> It may have worked once but my impression is that it has been like
> this for quite a while. I have certainly had a note about it in my
> TO-DO list for a long time.
It mustn't have ever worked, since a_Capi_open_url() says
} else if (Capi_url_uses_dpi(web->url, &server)) {
/* dpi request */
if ((safe = a_Capi_dpi_verify_request(web->bw, web->url))) {
if (dStrcasecmp(scheme, "dpi") == 0) {
if (strcmp(server, "vsource") == 0) {
/* don't reload the "view source" page */
} else {
for some reason.