Searched refs:urlWithoutPort (Results 1 – 1 of 1) sorted by relevance
615 … String urlWithoutPort = m_url.string().left(hostEnd()) + m_url.string().substring(pathStart()); in removePort() local616 m_url.setUtf8(urlWithoutPort.utf8()); in removePort()