[GH-ISSUE #344] [BUG] Response in Breakpoint is dismisses immediately when editing #342

Closed
opened 2026-03-03 19:17:37 +03:00 by kerem · 3 comments
Owner

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.

  • axios in react.

👑 Criteria

  • The Breakpoint should keep until the message executes.
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. - axios in react. ## 👑 Criteria - [ ] The Breakpoint should keep until the message executes.
kerem 2026-03-03 19:17:37 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ergunpp commented on GitHub (Dec 3, 2019):

Need it asap :)

<!-- gh-comment-id:561159619 --> @ergunpp commented on GitHub (Dec 3, 2019): Need it asap :)
Author
Owner

@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: close so it close the connection immediately during editing the breakpoint => I override it to keep-alive and it works as we expected 🌮

Please let me know that if it works for you 👍

<!-- gh-comment-id:561246364 --> @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: close` so it close the connection immediately during editing the breakpoint => I override it to `keep-alive` and it works as we expected 🌮 Please let me know that if it works for you 👍
Author
Owner

@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.

<!-- gh-comment-id:567042456 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#342
No description provided.