[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: |
Mon, 04 Nov 2024 19:05:17 +0200 |
> From: Robert Pluim <rpluim@gmail.com>
> Cc: Augusto Stoffel <arstoffel@gmail.com>, 74193@debbugs.gnu.org
> Date: Mon, 04 Nov 2024 17:38:47 +0100
>
> Eli> Robert, do you know if GnuTLS, as we use it in Emacs, supports this
> on
> Eli> all platforms? With both :nowait and non-:nowait? More generally, I
> Eli> wonder why we don't pass all the parameters to open-network-stream?
>
> I donʼt know if itʼs supported everywhere, I suspect the interactions
> with :nowait could get interesting. As far as I remember,
> `open-gnutls-stream' is supposed to be a 'simple' wrapper, which is
> why it doesnʼt support all the keywords.
Yes. But we are going to allow more keywords, it would be good to
test them in at least the more popular configurations.
> Eli> In any case, the doc string should be fixed to mention :noquery.
>
> Which doc string? `open-gnutls-stream', after this patch?
Yes.