Re: [PATCH] download: Do not wrap TLS port on GnuTLS >= 3.7.7.

2022-08-05 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > On 02-08-2022 09:59, Ludovic Courtès wrote: + (if (module-defined? (resolve-interface '(gnutls)) + 'set-session-record-port-close!) ;GnuTLS >= 3.7.7 >>> resolve-module (and presumably also sets #:ensure #t by default, whi

Re: [PATCH] download: Do not wrap TLS port on GnuTLS >= 3.7.7.

2022-08-05 Thread Maxime Devos
On 05-08-2022 10:31, Ludovic Courtès wrote: I understand what you’re saying (I’m quite familiar with Guile’s module system :-) and I do agree that #:ensure #t can lead to bad surprises), but I don’t think this is correct: --8<---cut here---start->8--- scheme@