Re: [PATCH v4 5/5] http: rename HTTP_REAUTH to HTTP_RETRY
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:17
Whatever new token you use, please keep AUTH as a substring of it.
We may want to retry a request to deal with intermittent failures on
the server side or the network between us and the server; HTTP_RETRY
would be a good name to signal such condition after we see a failure
response from the library.