mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-163760 TE at org.eclipse.jgit.transport.TransportHttp.connect — attempt once again to push on 502 error
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -193,6 +193,9 @@ class GitRepositoryManager(private val credentialsStore: Lazy<IcsCredentialsStor
|
||||
throw AuthenticationException(e)
|
||||
}
|
||||
}
|
||||
else if (e.status == TransportException.Status.BAD_GATEWAY) {
|
||||
continue
|
||||
}
|
||||
else {
|
||||
wrapIfNeedAndReThrow(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user