mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #501] Map local. Files replaced by <Big Text File. Consider editing by external Editors> #498
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#498
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vadeneev on GitHub (May 8, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/501
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman 1.23.0
Steps to reproduce
Use map local with big files. will be received by browser instead of real content.
Expected behavior
Files should be mapped despite of their size.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (May 8, 2020):
Hi, it was a shortcoming of the old CodeMirro wrapper that is built on top of WebView, which is deprecated and bad performance.
In the lasted build, we migrate to WKWebView, which is capable of handling large files (https://github.com/ProxymanApp/Proxyman/issues/484), and I will fix this issue 👍
Just wondering @vadeneev, how the size of your file is? and what is the file extension? 🤔
@vadeneev commented on GitHub (Jun 14, 2020):
@NghiaTranUIT In particular case it was ~1mb (990kb) JS file.
@NghiaTranUIT commented on GitHub (Jun 14, 2020):
Thanks. I will double check and send you a beta build today. For now, pls checkout the beta build https://github.com/ProxymanApp/Proxyman/issues/500#issuecomment-643294010 👏