523
523
# We either use the exact same http_transport (for child locations), or
524
524
# a clone of the underlying http_transport (for parent locations). This
525
525
# means we share the connection.
527
529
if normalized_rel_url == ".." or normalized_rel_url.startswith("../"):
528
530
http_transport = self._http_transport.clone(normalized_rel_url)