Loading
Commits on Source 5
-
the callback which flushes the bidi write buffer needs to be reset if requests are retried, as it may have been moved to a different connection/stream.
-
Tiago authored
while the token was being popped only on auth errors, the logic to add the token to the request was still running, the current token ending up concatenated with itself the token is now memoized in the request and only discarded on auth errors, ensuring that connection resets won't reset the token either
-
Tiago authored
received chunks it's not guaranteed in the test that any other tests will have time to send back some chunks, so better not rely on that.
-
HoneyryderChuck authored
auth: do not concatenate same token when a request is retried for a non-authorization error See merge request !431
-
Tiago authored