Honor workspace connection settings in CLI sends (#537)

This commit is contained in:
Gregory Schier
2026-08-14 10:38:47 -07:00
committed by GitHub
parent 912aaeb7a7
commit d3055c64b3
6 changed files with 29 additions and 44 deletions
@@ -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()))?;