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

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

bug#22789: 25.1.50; In last master build https connections stop working


From: Alain Schneble
Subject: bug#22789: 25.1.50; In last master build https connections stop working
Date: Tue, 8 Mar 2016 17:43:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Alain Schneble <a.s@realize.ch>
>> CC: <larsi@gnus.org>, <j_l_domenech@yahoo.com>, <22789@debbugs.gnu.org>
>> Date: Mon, 7 Mar 2016 23:21:56 +0100
>> 
>> > So we should only return EWOULDBLOCK when FILE_CONNECT is set _and_
>> > the status is not STATUS_CONNECT_FAILED.  If FILE_CONNECT is set, but
>> > the status is STATUS_CONNECT_FAILED, we should instead return the
>> > value computed from cp->errcode (if it is non-zero).  There's an
>> > example of that in sys_read.
>> 
>> Thank you very much for these inputs.  I rearranged the patch to include
>> these two cases and removed another special case that should no longer
>> be needed as it is covered by the first one.
>> 
>> Is this what you had in mind?  Do you agree with the change?
>
> Yes, it looks good to me.  I will test it in a couple of days.

Thank you, Eli.






reply via email to

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