Fails to retrieve the first piece of data when downloading partial content with RetryAgent
#2986
Labels
bug
Something isn't working
RetryAgent
#2986
Bug Description
When trying to download the file in parts (using
RetryAgent
), the download of the first part (when first byte of range is equal to zero) fails due to acontent-range mismatch
error insideRetryHandler
onHeaders
method.Reproducible By
Here's a simple example of reproducing the issue:
Expected Behavior
I expect the request to successfully execute and return the first piece of data. If you remove
RetryAgent
from the code example above, the request will succeed:Logs & Screenshots
Environment
macOS Sonoma 14.3.1 (23D60)
Node v20.11.1
The text was updated successfully, but these errors were encountered: