On 22 August 2013 16:06, Antoine Musso <hashar+wmf@free.fr> wrote:
You might want to pipeline requests to avoid having to renegotiate the
certificate each time you want to do an action.

Very good point. core keeps connections alive (and hangs when I kill the connection... that's not supposed to happen [1]). Compat creates a new connection per request. It might be possible to implement this in the U2RedirectHandler, but we could also consider this 'wontfix, upgrade to core'.

[1] https://sourceforge.net/p/pywikipediabot/bugs/1657/

Merlijn