You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like HTTP upload errors for pushing TUS chunks are being ignored.
Before this (DIFF) change, the chunk upload code was checking for both network errors as well as upload errors.
In this PR, the code was changed to delegate to a utility function to check whether the upload failed, but that function only seems to check for network errors and not HTTP upload errors.
The text was updated successfully, but these errors were encountered:
It seems like HTTP upload errors for pushing TUS chunks are being ignored.
Before this (DIFF) change, the chunk upload code was checking for both network errors as well as upload errors.
In this PR, the code was changed to delegate to a utility function to check whether the upload failed, but that function only seems to check for network errors and not HTTP upload errors.
The text was updated successfully, but these errors were encountered: