58
58
"""Hand the request off to a smart server instance."""
59
59
backing = get_transport(self.server.test_case_server._home_dir)
60
60
chroot_server = chroot.ChrootServer(backing)
63
63
t = get_transport(chroot_server.get_url())
68
68
def do_POST_inner(self, chrooted_transport):