[GH-ISSUE #4786] [bug]: should not parse big json, which is about 1MB #1796

Open
opened 2026-03-16 21:46:22 +03:00 by kerem · 2 comments
Owner

Originally created by @yunnysunny on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4786

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When my server return the response content is about 1MB , the hoppscotch windows client is stuck. I have to reinstall it since closing it can not make it re-work agian.
If when don't have the ablity to parse large json, we should disable it when getting large content from server.

Steps to reproduce

  1. send request to server
  2. wait for http finished
  3. hoppscotch client is stuck

Environment

Release

Version

Local

Originally created by @yunnysunny on GitHub (Feb 25, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4786 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior When my server return the response content is about 1MB , the hoppscotch windows client is stuck. I have to reinstall it since closing it can not make it re-work agian. If when don't have the ablity to parse large json, we should disable it when getting large content from server. ### Steps to reproduce 1. send request to server 2. wait for http finished 3. hoppscotch client is stuck ### Environment Release ### Version Local
Author
Owner

@yunnysunny commented on GitHub (Feb 25, 2025):

Big XML has same issue:

Image

When content parsed, msedgewebview2.exe process costed much time.

Image

<!-- gh-comment-id:2681552121 --> @yunnysunny commented on GitHub (Feb 25, 2025): Big XML has same issue: ![Image](https://github.com/user-attachments/assets/750f1bab-1175-40c4-8460-3f577abd05c2) When content parsed, msedgewebview2.exe process costed much time. ![Image](https://github.com/user-attachments/assets/02ee12c1-2903-4a66-a920-36d9c3bc9cf4)
Author
Owner

@xTudoS commented on GitHub (Feb 27, 2025):

I think is related https://github.com/hoppscotch/hoppscotch/issues/4680

As other API tools, should both have a response size limit to download and a response size limit to try parse

<!-- gh-comment-id:2688679405 --> @xTudoS commented on GitHub (Feb 27, 2025): I think is related https://github.com/hoppscotch/hoppscotch/issues/4680 As other API tools, should both have a response size limit to download and a response size limit to try parse
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/hoppscotch#1796
No description provided.