I am trying to distribute some .zip files from my server to clients by responding to their POST requests with Flask's send_from_directory(). I have no problem distributing smaller files (53kb), but when trying to transmit a 1.7gb file, the client only receives 1.1gb of data which prevents the file from being properly unzipped. Are there any maximum file size limitations for POST requests on pythonanywhere?