From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: url-retrieve-synchronously randomly fails on https URLs (patch included) Date: Thu, 08 Nov 2007 14:20:57 +0100 Message-ID: <87y7d8q3eu.fsf@mocca.josefsson.org> References: <20071027104716.E9BA773545@tanja.localdomain> <1c34ba170710280540g5b2a9983o33abfcba2843d95@mail.gmail.com> <1c34ba170710291348v36cb5b83ybbb4a7f988f486b1@mail.gmail.com> <87tzo12djt.fsf@mocca.josefsson.org> <87sl3krax0.fsf@mocca.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194528088 20951 80.91.229.12 (8 Nov 2007 13:21:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 13:21:28 +0000 (UTC) To: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 14:21:30 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iq7K3-0001dl-LE for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 14:21:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq7Js-0000il-FG for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 08:21:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iq7Jo-0000iI-23 for emacs-devel@gnu.org; Thu, 08 Nov 2007 08:21:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq7Jm-0000hc-RZ for emacs-devel@gnu.org; Thu, 08 Nov 2007 08:21:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq7Jm-0000hY-CF for emacs-devel@gnu.org; Thu, 08 Nov 2007 08:21:10 -0500 Original-Received: from yxa.extundo.com ([83.241.177.38]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iq7Jg-0007rN-8p; Thu, 08 Nov 2007 08:21:04 -0500 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id lA8DKvfJ017412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Nov 2007 14:20:59 +0100 X-Hashcash: 1:22:071108:emacs-devel@gnu.org::cRHOC+79PXPPsuap:Nl/G OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:22:071108:rms@gnu.org::zzolIAGOlrNYSx8Z:AVtf In-Reply-To: (Richard Stallman's message of "Mon, 05 Nov 2007 21:16:17 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82798 Archived-At: Richard Stallman 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