b2-sdk-python icon indicating copy to clipboard operation
b2-sdk-python copied to clipboard

Avoid http-level retries during upload requests

Open olzhasar-reef opened this issue 3 weeks ago • 0 comments

This PR fixes the b2http logic to avoid any retries during the upload requests. Previously, the http layer would still proceed with retries during upload failures, preventing the upload manager from issuing a new upload token. There was a workaround only for timeout errors, but it didn't quite work as expected.

olzhasar-reef avatar Dec 17 '25 20:12 olzhasar-reef