mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-25 12:54:09 +02:00
Honor workspace connection settings in CLI sends (#537)
This commit is contained in:
@@ -160,7 +160,7 @@ async fn send_http_request_inner<R: Runtime>(
|
||||
encryption_manager,
|
||||
plugin_context,
|
||||
cancelled_rx: Some(cancelled_rx.clone()),
|
||||
connection_manager: Some(connection_manager.inner()),
|
||||
connection_manager: connection_manager.inner(),
|
||||
})
|
||||
.await
|
||||
.map_err(|e| GenericError(e.to_string()))?;
|
||||
|
||||
Reference in New Issue
Block a user