1
4 things writing an HTTP prober in Rust taught me
用Rust写HTTP探测器,踩坑总结:连接池会骗你,错误里必须埋时序数据。
TL;DR. An uptime prober is a strange HTTP client, so I swapped reqwest for raw hyper. It needs the opposite of what a normal client gives you: no conn…