1
0
Fork 0

Remove duplicate handling of retry-auth-failure option, refs #3765

pull/4623/head
Jordi Boggiano 2015-11-21 21:51:58 +00:00
parent 020c126c27
commit f084b1e053
1 changed files with 0 additions and 6 deletions

View File

@ -147,12 +147,6 @@ class RemoteFilesystem
$options = $this->getOptionsForUrl($originUrl, $additionalOptions); $options = $this->getOptionsForUrl($originUrl, $additionalOptions);
if (isset($options['retry-auth-failure'])) {
$this->retryAuthFailure = (bool) $options['retry-auth-failure'];
unset($options['retry-auth-failure']);
}
if ($this->io->isDebug()) { if ($this->io->isDebug()) {
$this->io->writeError((substr($fileUrl, 0, 4) === 'http' ? 'Downloading ' : 'Reading ') . $fileUrl); $this->io->writeError((substr($fileUrl, 0, 4) === 'http' ? 'Downloading ' : 'Reading ') . $fileUrl);
} }