docs: removed redundant comment

This commit is contained in:
2026-08-11 22:19:14 -06:00
parent af9622d31c
commit 4dd6e794b2
-4
View File
@@ -193,10 +193,6 @@ impl QdrantProvider {
}
Client::builder()
.default_headers(headers)
// reqwest picks up ambient proxy settings by default, which routes even
// a loopback Qdrant through whatever proxy the environment dictates and
// fails with that proxy's error rather than Qdrant's. Every other client
// in Coyote discards them the same way, in `utils::set_proxy`.
.no_proxy()
.build()
.context("Failed to build reqwest client")