From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: proposed patch to fix GnuTLS handshake bug (bug#11143 and bug#10904) Date: Mon, 09 Apr 2012 08:47:53 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87398dnkau.fsf@lifelogs.com> References: <87hawtohty.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333975714 27481 80.91.229.3 (9 Apr 2012 12:48:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2012 12:48:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 09 14:48:33 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SHE1C-0002GK-7P for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2012 14:48:26 +0200 Original-Received: from localhost ([::1]:52178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHE1B-0004F0-L8 for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2012 08:48:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHE15-00043C-1w for emacs-devel@gnu.org; Mon, 09 Apr 2012 08:48:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHE10-0004Jq-5x for emacs-devel@gnu.org; Mon, 09 Apr 2012 08:48:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHE0z-0004I4-VB for emacs-devel@gnu.org; Mon, 09 Apr 2012 08:48:14 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SHE0v-00026B-55 for emacs-devel@gnu.org; Mon, 09 Apr 2012 14:48:09 +0200 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Apr 2012 14:48:09 +0200 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Apr 2012 14:48:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.95 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:XBzZMoj1qROKjYFXjm6Ll6DN90Q= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149499 Archived-At: On Sun, 08 Apr 2012 23:02:16 -0400 Stefan Monnier wrote: >> I think it's worth putting into 24.1 despite the code freeze. I think >> it's low-risk and potentially very good for the Emacs users. The fault >> for delaying the bug fix until now is entirely mine; sorry about that. SM> The patch looks acceptable, but please add some comment to it, SM> explaining why retries are needed and why they need to be bounded. I did and it's in trunk. Please look it over and consider it for 24.1. Thanks Ted