ProxymanApp / ProxymanApp/Proxyman
App is unresponsive if opens a huge Multipart/form data
Open
@NghiaTranUIT is already working on this.
Since Oct 26, 2021.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
If we upload multipart/form a large file (> 50Mb), Proxyman app is unresponsive with a beach ball. A preliminary investigation shows that Proxyman tries to serialize the multipart/form-data every time we select this request, even though we don't actually open a Multipart tab 👍
Secondly, it's entirely processed on the Main Thread, which blocks the UI Thread.
Acceptance Criteria
- Bring "Serialize multipart/form" to different threads
- Only Serialize the multipart/form when we open a Multipart tab
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.