proxmox/proxmox-http
Wolfgang Bumiller d7ed04f8e5 http: add RateLimitedStream::inner, drop peer_addr
instead of implementing 'peer_addr' specifically for
RateLimitedStream<tokio::net::TcpStream>, just provide
.inner() and .inner_mut() so the user can reach the inner
stream directly.

This way we can drop the tokio/net feature as well

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-03-02 16:14:04 +01:00
..
debian update d/control files 2022-12-07 09:48:47 +01:00
src http: add RateLimitedStream::inner, drop peer_addr 2023-03-02 16:14:04 +01:00
Cargo.toml http: add RateLimitedStream::inner, drop peer_addr 2023-03-02 16:14:04 +01:00