b2-sdk-python
b2-sdk-python copied to clipboard
Avoid http-level retries during upload requests
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.