[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22966: HTTPS with GnuTLS's 'session-record-port' is inefficient
From: |
Ludovic Courtès |
Subject: |
bug#22966: HTTPS with GnuTLS's 'session-record-port' is inefficient |
Date: |
Tue, 15 Mar 2016 18:55:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
address@hidden (Ludovic Courtès) skribis:
> The problem is that every write to the port, that is, every call to
> ‘write_to_session_record_port’ in the GnuTLS bindings, leads to the
> creation of one “Application Data” packet.
Guix commit ec278439f3ff5dcd3d02c05099ba1724cc2459f1 works around it in
‘guix substitute’.
GnuTLS commit 0b1c136947878ccb600b4fa785ef257909104144 explains this in
the guile-gnutls manual.
I consider this bug closed.
Ludo’.