mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-28 06:14:03 +02:00
Address response bodies by response id instead of a filesystem path (#550)
This commit is contained in:
@@ -314,7 +314,7 @@ async fn handle_host_plugin_request<R: Runtime>(
|
||||
.await?;
|
||||
|
||||
Ok(Some(InternalEventPayload::SendHttpRequestResponse(SendHttpRequestResponse {
|
||||
http_response,
|
||||
http_response: http_response.response,
|
||||
})))
|
||||
}
|
||||
HostRequest::OpenWindow(req) => {
|
||||
|
||||
Reference in New Issue
Block a user