Fix getimagesize() calls on larger JPEGs
When SEEKing from the remote stream, we were not looping the fread() call, so if the required length was bigger than the chunk size, things broke.
Loading
Please register or sign in to comment
When SEEKing from the remote stream, we were not looping the fread() call, so if the required length was bigger than the chunk size, things broke.