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

Remove type for size arg on Streamer constructor #16636

Closed
wants to merge 1 commit into from
Closed

Remove type for size arg on Streamer constructor #16636

wants to merge 1 commit into from

Commits on Feb 26, 2022

  1. Remove type for size on Streamer constructor

    Resolves #12422 and #15117
    
    On 32 bit systems integers can not be bigger than 2 147 483 647. This is problematic as it throws an error when downloading a folder bigger than 2Go because php will cast the size to float.
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and MichaIng committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    c8dad94 View commit details
    Browse the repository at this point in the history