Fix http Authorization for Buildbucket. |
||||||||
Issue description1)The old GetAccessToken had an infinite recursion bug. Fix it by using the retry_util.GenericRetry method. 2)The old http instance needed to run get_access_token each time when http.request is called. Fix it by creating an AuthorizedHttp class and setting token in the init method. Only retry get_access_token when the http.request fails with a retriable response.status.
,
Oct 7 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by bugdroid1@chromium.org
, Oct 5 2016