[GH-ISSUE #75] File Manager issue #30

Closed
opened 2026-02-27 15:48:22 +03:00 by kerem · 3 comments
Owner

Originally created by @Krytox on GitHub (May 4, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/75

Apparently, the files with the size over 2mb cannot be downloaded the window just closes and client reconnects.

Originally created by @Krytox on GitHub (May 4, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/75 Apparently, the files with the size over 2mb cannot be downloaded the window just closes and client reconnects.
kerem 2026-02-27 15:48:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@yankejustin commented on GitHub (May 5, 2015):

The issue is not always capped at 2mb. After messing with this issue a bit, I believe the largest file I have been able to successfully download was ~8.5mb.

<!-- gh-comment-id:98903937 --> @yankejustin commented on GitHub (May 5, 2015): The issue is not always capped at 2mb. After messing with this issue a bit, I believe the largest file I have been able to successfully download was ~8.5mb.
Author
Owner

@yankejustin commented on GitHub (May 5, 2015):

Also, for those interested in helping us fix this issue, there is an "InvalidOperationException" being thrown somewhere. That is the likely cause of the inability to download medium-large files...

<!-- gh-comment-id:98904771 --> @yankejustin commented on GitHub (May 5, 2015): Also, for those interested in helping us fix this issue, there is an "InvalidOperationException" being thrown somewhere. That is the likely cause of the inability to download medium-large files...
Author
Owner

@MaxXor commented on GitHub (May 5, 2015):

The client/server can transfer max. 2MB at once. Each file was split into parts of 2MB - 5 Bytes, this is too little. After encrypting the part of the file, it can be over 2MB (happens for already compressed files like mp3 or zip/rar-archives). This will make the client loose the connection and then reconnect, the server receives an invalid packet.

<!-- gh-comment-id:98982586 --> @MaxXor commented on GitHub (May 5, 2015): The client/server can transfer max. 2MB at once. Each file was split into parts of 2MB - 5 Bytes, this is too little. After encrypting the part of the file, it can be over 2MB (happens for already compressed files like mp3 or zip/rar-archives). This will make the client loose the connection and then reconnect, the server receives an invalid packet.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#30
No description provided.