mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 11:50:31 +01:00
[PR #325] [CLOSED] fix Couldn't use the "Copy Body" option when request to some website #247
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/325
Author: @hxzhao527
Created: 12/16/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
4bee665fix Couldn't use the "Copy Body" option when request to some website📊 Changes
1 file changed (+7 additions, -3 deletions)
View changed files
📝
src-tauri/src/lib.rs(+7 -3)📄 Description
fix https://feedback.yaak.app/p/couldnt-use-the-copy-body-option-when-request-to-some
I couldn't find out why the response's bodyPath is empty here.
So I try to fix it on the Rust side.
I tried to add debug log at
cfbfd66eef/src-web/components/HttpResponsePane.tsx (L50-L60)It seems that the response was rendered when the request was sent and not updated then.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.