http.c | 680 _http_connect(struct url *URL, struct url *purl, const char *flags) 700 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) { 701 URL = purl; 702 } else if (strcasecmp(URL->scheme, SCHEME_FTP) == 0) { 708 if ((conn = _fetch_connect(URL->host, URL->port, af, verbose)) == NULL) 711 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && 732 static struct url * 807 struct url *url, *new; local in function:_http_request [all...] |