Comment 3 for bug 132334

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: Log attempts to contact external hosts

supermirror-puller.py uses urllib currently (it used to use pycurl, but this has problems with self-signed certificates).

It would probably be easy enough to register a custom transport for http:// urls that did some logging then delegated to the bzrlib transport for all the work.