Searched refs:domain_port (Results 1 – 3 of 3) sorted by relevance
1129 domain_port = authority.split(":")[0:2]1130 if len(domain_port) == 2 and domain_port[1] == '443' and scheme == 'http':1132 authority = domain_port[0]
24 domain_port (const char *domain_b, const char *domain_e, in domain_port() function
1421 domain_port = authority.split(":")[0:2]1422 if len(domain_port) == 2 and domain_port[1] == '443' and scheme == 'http':1424 authority = domain_port[0]