David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
This commit is contained in:
@@ -204,7 +204,7 @@ $SIG{KILL} = \&catch_zap;
|
||||
# to prevent them to interfere with our testing!
|
||||
|
||||
my $protocol;
|
||||
foreach $protocol (('ftp', 'http', 'ftps', 'https', 'gopher', 'no')) {
|
||||
foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no')) {
|
||||
my $proxy = "${protocol}_proxy";
|
||||
# clear lowercase version
|
||||
$ENV{$proxy}=undef;
|
||||
|
||||
Reference in New Issue
Block a user