1515
1515
:return: A new transport or None if the connection cannot be shared.
1517
(scheme, user, password, host, port, path) = self._split_url(other_base)
1519
1526
# Don't compare passwords, they may be absent from other_base or from
1520
1527
# self and they don't carry more information than user anyway.