mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #287] Repeat flows is delayed before appending to the Flow List #285
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#285
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 @NghiaTranUIT on GitHub (Sep 20, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/287
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
Currently, when we repeat the flow, Proxyman will construct the Request from Alamofire and proxy to our Proxy server, which results in the delay.
Charles Proxy does it immediately. We should find better solution to directly execute the HTTP Request then appending to the list immediately. => Better UX
👑 Criteria
@NghiaTranUIT commented on GitHub (Jan 2, 2020):
All done in Proxyman 1.10.0 when forcing the Alamofire to not go through Proxyman port and it would has the response immediately.