mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4786] [bug]: should not parse big json, which is about 1MB #1796
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1796
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 @yunnysunny on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4786
Is there an existing issue for this?
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
Environment
Release
Version
Local
@yunnysunny commented on GitHub (Feb 25, 2025):
Big XML has same issue:
When content parsed, msedgewebview2.exe process costed much time.
@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