Skip to content

Instantly share code, notes, and snippets.

View glyphpoch's full-sized avatar
🔰

glyphpoch glyphpoch

🔰
View GitHub Profile
@glyphpoch
glyphpoch / Cargo.toml
Last active February 5, 2021 14:04
Hyper not cleaning up idle connections
[package]
name = "reqtest"
version = "0.1.0"
edition = "2018"
[dependencies]
tokio = { version = "1", features = ["full"] }
futures = "0.3"
reqwest = { version = "0.11", features = ["socks", "json", "gzip", "brotli"] }
tracing-subscriber = "0.2"