Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support loading Request Bodies as Stream #108

Closed
SoulKa opened this issue Oct 27, 2024 · 0 comments · Fixed by #116
Closed

Support loading Request Bodies as Stream #108

SoulKa opened this issue Oct 27, 2024 · 0 comments · Fixed by #116
Assignees
Labels
backend Backend related task enhancement New feature or request
Milestone

Comments

@SoulKa
Copy link
Collaborator

SoulKa commented Oct 27, 2024

We're currently loading the request or response body as single string via IPC into frontend. This may cause blocking UI. Instead, we should split the workload into smaller (monaco recomments 64KB) chunks.

@SoulKa SoulKa added enhancement New feature or request backend Backend related task labels Oct 27, 2024
@SoulKa SoulKa self-assigned this Oct 27, 2024
SoulKa added a commit that referenced this issue Oct 27, 2024
@SoulKa SoulKa added this to the v0.2 milestone Oct 30, 2024
SoulKa added a commit that referenced this issue Oct 31, 2024
SoulKa added a commit that referenced this issue Oct 31, 2024
SoulKa added a commit that referenced this issue Oct 31, 2024
SoulKa added a commit that referenced this issue Oct 31, 2024
@SoulKa SoulKa linked a pull request Oct 31, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related task enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant