A better workaround is probably:

(define-advice open-gnutls-stream (:after (&rest args) workaround-for-930573)
  (sleep-for 0 250))

This adds 250msec to opening of gnutls connections, which is a lot less
noisy than increasing the verbosity level

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

Reply via email to