emacs-devel
[Top][All Lists]
Advanced

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

Re: url-retrieve-synchronously randomly fails on https URLs (patch inclu


From: Simon Josefsson
Subject: Re: url-retrieve-synchronously randomly fails on https URLs (patch included)
Date: Thu, 08 Nov 2007 14:20:57 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Richard Stallman <address@hidden> writes:

> It might be better to say the function name instead of line numbers.
...
>     +   ;; According to src/cli.c lines 640-650 and 705-715 the handshake
>     +   ;; will start after this message.  If the handshake fails, the
>     +   ;; programs will abort.
>
> That is a good idea.  But is src/cli.c a program in GNUtls?  If so,
> please say that explicitly.  Otherwise people will think it refers to
> Emacs, and when they see there is no src/cli.c in Emacs, they will
> think it is erroneous.

I've changed it to:

   ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715
   ;; in main() the handshake will start after this message.  If the
   ;; handshake fails, the programs will abort.

/Simon




reply via email to

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