[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: |
Eli Zaretskii |
Subject: |
bug#74193: 30.0.92; noquery argument ignored when creating a TLS connection |
Date: |
Sun, 03 Nov 2024 19:44:35 +0200 |
> 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.
bug#74193: 30.0.92; noquery argument ignored when creating a TLS connection, Robert Pluim, 2024/11/04