1
0
Fork 0

Bypass RFS auth failure handling

pull/2577/head
Chris Smith 2014-01-17 15:39:05 +00:00
parent cedae88b67
commit 2a08f55079
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class GitHub
}
$contents = JsonFile::parseJson($this->remoteFilesystem->getContents($originUrl, 'https://'. $apiUrl . '/authorizations', false, array(
'retry-auth-failure' => false,
'http' => array(
'method' => 'POST',
'follow_location' => false,