From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: url-retrieve-synchronously randomly fails on https URLs (patch included) Date: Mon, 05 Nov 2007 10:01:03 -0500 Message-ID: References: <20071027104716.E9BA773545@tanja.localdomain> <1c34ba170710280540g5b2a9983o33abfcba2843d95@mail.gmail.com> <1c34ba170710291348v36cb5b83ybbb4a7f988f486b1@mail.gmail.com> <87tzo12djt.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 1194275086 13659 80.91.229.12 (5 Nov 2007 15:04:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2007 15:04:46 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Simon Josefsson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 16:04:40 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 1Ip3VF-0001YG-Ex for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 16:04:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip3V4-0007mB-Ti for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 10:04:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ip3Ux-0007Zn-7A for emacs-devel@gnu.org; Mon, 05 Nov 2007 10:04:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ip3Uv-0007Wf-OK for emacs-devel@gnu.org; Mon, 05 Nov 2007 10:04:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip3Uv-0007WI-66 for emacs-devel@gnu.org; Mon, 05 Nov 2007 10:04:17 -0500 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74] helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ip3Uq-0003XP-Qm; Mon, 05 Nov 2007 10:04:13 -0500 Original-Received: from pastel.home ([70.55.140.67]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071105150411.FLAH8273.tomts20-srv.bellnexxia.net@pastel.home>; Mon, 5 Nov 2007 10:04:11 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 58C8C7FC4; Mon, 5 Nov 2007 10:01:03 -0500 (EST) In-Reply-To: <87tzo12djt.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Mon\, 05 Nov 2007 11\:26\:46 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:82582 Archived-At: Thanks Simon, just a nitpick: > + ;; 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. Those line numbers will probably not last eternally, so please add some revision information (e.g. the date). Stefan