PneumaticTube
PneumaticTube copied to clipboard
Error if size of file being transferred is 128k or less
I just updated to version 1.3.0.0 for the API update. When using forced chunked uploading (-c), files that are > 128k in size work fine, anything smaller fails.
Testing method: Started with a 1k and a 1000k text file, 1 k failed, 1000k worked. I increased the size of the smaller file and decreased the size of the larger file to find the boundary.
128k file fails, 129k fike works.
Attached is the error trace from uploading a 128k file.
Thanks, Larry