alexcrichton / alexcrichton/curl-rust
Option to compile static curl with c-ares
未關閉
- 主要語言
- Rust
- 星號
- 1.1k
- 分支
- 259
- PR 合併指標
- 30 天內沒有已合併 PR
描述
It might be interesting to allow users to compile libcurl with c-ares as the DNS resolver. We might be able to just add [c-ares-sys](https://crates.io/crates/c-ares-sys) behind a feature flag and point the libcurl build process to the bundled c-ares.
I'm not sure what best practices are for using c-ares, but in theory c-ares yields better performance or responsiveness for certain workloads that require looking up lots of unique URLs (web crawling, for example), as well as enables a few extra DNS features.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。