bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14983: 24.3.50; url-http-end-of-document-sentinel does not work with


From: Noam Postavsky
Subject: bug#14983: 24.3.50; url-http-end-of-document-sentinel does not work with https
Date: Wed, 19 Jun 2019 21:20:49 -0400

[bring discussion back to the list]

> From: Erik Hetzner <egh@e6h.org>
>
> I’m also not sure if this is still an issue that needs to be addressed
> with a patch. I haven’t seen this issue recently.

Hmm, well the mismatch with http and https functions is still there.
The comments talk about some particular circumstances when
url-http-end-of-document-sentinel is called:

    (defun url-http-end-of-document-sentinel (proc why)
      ;; Sentinel used to handle (i) terminated old HTTP/0.9 connections,
      ;; and (ii) closed connection due to reusing a HTTP connection which
      ;; we believed was still alive, but which the server closed on us.
      ;; We handle case (ii) by calling `url-http' again.

Perhaps due to changes in servers and clients neither of those
conditions happens for you any longer.







reply via email to

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