415
422
base_url = self._server.get_url()
416
423
# try getting the transport via the regular interface:
417
424
t = get_transport(base_url)
419
426
# we did not get the correct transport class type. Override the
420
427
# regular connection behaviour by direct construction.
421
428
t = self.transport_class(base_url)