mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #344] [BUG] Response in Breakpoint is dismisses immediately when editing #342
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#342
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 (Dec 3, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/344
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
A user reports that the Breakpoint panel is dismisses as soon as the Response Breakpoint occurs.
Let investigate it.
👑 Criteria
@ergunpp commented on GitHub (Dec 3, 2019):
Need it asap :)
@NghiaTranUIT commented on GitHub (Dec 3, 2019):
Hey @ergunpp
Here is the hot-fix BETA build for you: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.9.3_Breakpoint_Issues.dmg
Technically, the request has
connection: closeso it close the connection immediately during editing the breakpoint => I override it tokeep-aliveand it works as we expected 🌮Please let me know that if it works for you 👍
@NghiaTranUIT commented on GitHub (Dec 18, 2019):
Hi @ergunpp
Thank for your support to help me reproduce this issues again. Here is the fix https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.10.0_Fix_Breakpoint_Timeout.dmg
Technically, the response connection is closed due to the timeout from the destination server and make the Breakpoint closes unexpectedly.