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

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

bug#9444: url-retrieve does not work with HTTPS on win32


From: Claudio Bley
Subject: bug#9444: url-retrieve does not work with HTTPS on win32
Date: Mon, 05 Sep 2011 22:51:15 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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







reply via email to

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