ProxymanApp / ProxymanApp/Proxyman

App is unresponsive if opens a huge Multipart/form data

Open
#1,046 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.