[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Slow TLS connections from some servers
From: |
Antoine Levitt |
Subject: |
Re: Slow TLS connections from some servers |
Date: |
Sun, 11 Sep 2011 16:43:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
11/09/11 02:48, Lars Magne Ingebrigtsen
> Currently, the following takes ten seconds for me:
>
> (url-retrieve
> "https://www.deleak.com/blog/wp-content/uploads//2011/06/annalogoonblack.jpg";
> #'ignore)
>
> While it's evaling Emacs is completely unresponsive. gdb seems to say
> that it's deep in gnutls-boot somewhere during this time.
>
> Would it be possible to make the gnutls-boot code more asynchronous?
Same here, but only the first time, it's instantaneous after that. FWIW,
I'm using dnsmask to cache DNS responses, so maybe it's DNS that's
slowing things down again.
Can you try wiresharking it to see where the transaction hangs?