< prev index next >

src/java.base/macosx/native/libjava/java_props_macosx.c

Print this page
rev 52699 : 8214014: Remove vestiges of gopher: protocol proxy support

*** 415,431 **** CFStringRef cf_httpHost = NULL, cf_httpsHost = NULL, cf_ftpHost = NULL, cf_socksHost = NULL, - cf_gopherHost = NULL; int httpPort = 80, // Default proxy port values httpsPort = 443, ftpPort = 21, socksPort = 1080, - gopherPort = 70; CFDictionaryRef dict = SCDynamicStoreCopyProxies(NULL); if (dict == NULL) return; /* Read the proxy exceptions list */ --- 415,429 ----
*** 477,487 **** CHECK_PROXY(http, HTTP); CHECK_PROXY(https, HTTPS); CHECK_PROXY(ftp, FTP); CHECK_PROXY(socks, SOCKS); - CHECK_PROXY(gopher, Gopher); #undef CHECK_PROXY CFRelease(dict); } --- 475,484 ----
< prev index next >