GNU bug report logs - #14983
24.3.50; url-http-end-of-document-sentinel does not work with https

Previous Next

Package: emacs;

Reported by: Erik Hetzner <egh <at> e6h.org>

Date: Tue, 30 Jul 2013 02:31:01 UTC

Severity: normal

Tags: fixed

Found in version 24.3.50

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Erik Hetzner <egh <at> e6h.org>
To: Andreas Schwab <schwab <at> suse.de>
Cc: 14983 <at> debbugs.gnu.org
Subject: bug#14983: 24.3.50; url-http-end-of-document-sentinel does not work with https
Date: Tue, 30 Jul 2013 07:01:13 -0700
[Message part 1 (text/plain, inline)]
At Tue, 30 Jul 2013 10:50:56 +0200,
Andreas Schwab wrote:
> 
> Erik Hetzner <egh <at> e6h.org> writes:
> 
> > diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
> > index 7f21a38..4ee9377 100644
> > --- a/lisp/url/url-http.el
> > +++ b/lisp/url/url-http.el
> > @@ -895,6 +895,8 @@ should be shown to the user."
> >                 (let ((url-request-method url-http-method)
> >                       (url-request-extra-headers url-http-extra-headers)
> >                       (url-request-data url-http-data))
> > +                 (if (string= "https" (url-type url-current-object))
> > +                     (setq url-gateway-method 'tls))
> >                   (url-http url-current-object url-callback-function
> >                             url-callback-arguments (current-buffer)))))
> 
> I think this should use url-https instead for https connections.
> 
> Andreas.

Hi Andreas,

That would be a better solution, but url-https does not currently take
a retry-buffer argument:

(url-http URL CALLBACK CBARGS &optional RETRY-BUFFER)
(url-https URL CALLBACK CBARGS)

Maybe it should be modified to pass through an optional retry-buffer?

best, Erik
[Message part 2 (text/plain, inline)]
Sent from my free software system <http://fsf.org/>.

This bug report was last modified 5 years and 326 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.