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

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

bug#74193: 30.0.92; noquery argument ignored when creating a TLS connect


From: Robert Pluim
Subject: bug#74193: 30.0.92; noquery argument ignored when creating a TLS connection
Date: Mon, 04 Nov 2024 17:35:22 +0100

>>>>> On Sun, 03 Nov 2024 19:13:44 +0100, Augusto Stoffel <arstoffel@gmail.com> 
>>>>> said:

    Augusto> On Sun,  3 Nov 2024 at 19:44, Eli Zaretskii wrote:
    >>> From: Augusto Stoffel <arstoffel@gmail.com>
    >>> Date: Sun, 03 Nov 2024 17:27:00 +0100
    >>> 
    >>> If I evaluate the form below and then run C-x C-c, I get asked if I want
    >>> to kill the network process.
    >>> 
    >>> (open-network-stream "test" nil "www.gnu.org" 443 :type 'tls :noquery t)
    >>> 
    >>> If I removed the `:type 'tls' option, then :noquery takes effect as
    >>> expected.
    >> 
    >> AFAICT, open-gnutls-stream doesn't support :noquery, so Emacs
    >> basically ignores :noquery in this case and starts a network process
    >> with query-on-exit flag set.

    Augusto> Indeed, the fix is trivial:

If there are any other keywords supported by `open-network-stream'
that `open-gnutls-stream' doesnʼt, and that make sense to support, now
is a good time to ask for them, as Iʼm working on some changes in
there anyway.

Robert
-- 





reply via email to

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