538
538
# We either use the exact same http_transport (for child locations), or
539
539
# a clone of the underlying http_transport (for parent locations). This
540
540
# means we share the connection.
542
544
if normalized_rel_url == ".." or normalized_rel_url.startswith("../"):
543
545
http_transport = self._http_transport.clone(normalized_rel_url)