unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9444: url-retrieve does not work with HTTPS on win32
@ 2011-09-05 20:51 Claudio Bley
  2015-12-25 21:58 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Claudio Bley @ 2011-09-05 20:51 UTC (permalink / raw)
  To: 9444

Hi.

Using a recent emacs built from trunk, GNU TLS 2.10.5 (non Cygwin),
trying to retrieve a HTTPS URLs fails because of the ^M characters
littered in the buffer.

Run "emacs -Q":

(url-retrieve "https://google.com/"
	      #'identity)

The buffer contains CRLF line endings and hence the tls-end-of-info
regexp does not match. gnutls-cli goes up to 100% CPU usage.

Explicitly setting coding-system-for-read to emacs-mule or
inhibit-eol-conversion to t has had no effect.

Cheers,
Claudio







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9444: url-retrieve does not work with HTTPS on win32
  2011-09-05 20:51 bug#9444: url-retrieve does not work with HTTPS on win32 Claudio Bley
@ 2015-12-25 21:58 ` Lars Ingebrigtsen
  2015-12-26  7:37   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-25 21:58 UTC (permalink / raw)
  To: Claudio Bley; +Cc: 9444

claudio.bley@gmail.com (Claudio Bley) writes:

> Using a recent emacs built from trunk, GNU TLS 2.10.5 (non Cygwin),
> trying to retrieve a HTTPS URLs fails because of the ^M characters
> littered in the buffer.
>
> Run "emacs -Q":
>
> (url-retrieve "https://google.com/"
> 	      #'identity)
>
> The buffer contains CRLF line endings and hence the tls-end-of-info
> regexp does not match. gnutls-cli goes up to 100% CPU usage.

I think this has probably been fixed quite a while ago.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9444: url-retrieve does not work with HTTPS on win32
  2015-12-25 21:58 ` Lars Ingebrigtsen
@ 2015-12-26  7:37   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2015-12-26  7:37 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: claudio.bley, 9444

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Fri, 25 Dec 2015 22:58:13 +0100
> Cc: 9444@debbugs.gnu.org
> 
> claudio.bley@gmail.com (Claudio Bley) writes:
> 
> > Using a recent emacs built from trunk, GNU TLS 2.10.5 (non Cygwin),
> > trying to retrieve a HTTPS URLs fails because of the ^M characters
> > littered in the buffer.
> >
> > Run "emacs -Q":
> >
> > (url-retrieve "https://google.com/"
> > 	      #'identity)
> >
> > The buffer contains CRLF line endings and hence the tls-end-of-info
> > regexp does not match. gnutls-cli goes up to 100% CPU usage.
> 
> I think this has probably been fixed quite a while ago.

Indeed, it works for me when I try it now in Emacs 25.0.50.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-26  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-05 20:51 bug#9444: url-retrieve does not work with HTTPS on win32 Claudio Bley
2015-12-25 21:58 ` Lars Ingebrigtsen
2015-12-26  7:37   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).