]> git.proxmox.com Git - proxmox.git/commit
Implement a rate limiting stream (AsyncRead, AsyncWrite)
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Nov 2021 07:48:32 +0000 (08:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Nov 2021 08:51:08 +0000 (09:51 +0100)
commitc94ad247b1652597827f898ae1f37c4529b1ee49
tree7a885216b5e925900b3accd8381b212f1385ceba
parente848148f5c9dcafaa4e04caa47e4b31a9d5e1d68
Implement a rate limiting stream (AsyncRead, AsyncWrite)

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
proxmox-http/src/client/mod.rs
proxmox-http/src/client/rate_limited_stream.rs [new file with mode: 0644]
proxmox-http/src/client/rate_limiter.rs [new file with mode: 0644]