When trying to upload a file which size is a multiple of chunk size the upload ends in a endless loop.
After uploading all contents it constantly tries to upload another 0 bytes.
This is not the case when file size is equal to chunk size - it has to be a multiple.
Anything that i can tell to help is that GuzzleHttp\Psr7\Stream::eof() is returning false all the time.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
When trying to upload a file which size is a multiple of chunk size the upload ends in a endless loop. After uploading all contents it constantly tries to upload another 0 bytes. This is not the case when file size is equal to chunk size - it has to be a multiple.
Anything that i can tell to help is that GuzzleHttp\Psr7\Stream::eof() is returning false all the time.