d2be05c0eb7e7b18d8203a7261a0ce49932070b5 galt Wed Jun 23 18:45:49 2010 -0700 https should have been there long ago diff --git src/lib/net.c src/lib/net.c index 0f15ae3..d30587e 100644 --- src/lib/net.c +++ src/lib/net.c @@ -1230,7 +1230,7 @@ struct lineFile *lf = NULL; char *newUrl = NULL; int newSd = 0; - if (startsWith("http://",url)) + if (startsWith("http://",url) || startsWith("https://",url)) { if (!netSkipHttpHeaderLinesHandlingRedirect(sd, url, &newSd, &newUrl)) {