Skip to content

Chunk upload errors are ignored #141

@vinaysshenoy

Description

@vinaysshenoy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions