Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TUS upload with POST and payload #725

Merged
merged 1 commit into from
May 7, 2020
Merged

Fix TUS upload with POST and payload #725

merged 1 commit into from
May 7, 2020

Commits on May 7, 2020

  1. Fix TUS upload with POST and payload

    The JS lib is not sending a zero offset during upload, it is likely
    optional. This fix makes it default to 0 when no Upload-Offset header is
    set.
    
    Also fixed returned header to be set on the correct response object, the
    main one.
    Vincent Petry committed May 7, 2020
    Configuration menu
    Copy the full SHA
    e71aa87 View commit details
    Browse the repository at this point in the history