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
Regression from GH-3
Buffer sizing logic used for memory downloads does not apply to file downloads.
We risk cutting down the buffer to zero bytes, which only makes sense when downloading to a size-limited memory buffer.
I am having an issue downloading larger files (5MB +). They stop at exactly 5.00 MB (5,242,880 bytes).
I am using NSIS 3.09 x86-unicode and tested on Windows 11 22H2 x64 and Windows Server 2016 x64.
The below is a simple script that can be used for testing.
Test Script
Output
If I use NSxfer::Transfer the result on the stack is "OK".
The text was updated successfully, but these errors were encountered: