]> git.proxmox.com Git - proxmox-backup.git/commit
http: rename EitherStream to MaybeTlsStream
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 21 Apr 2021 11:16:58 +0000 (13:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Apr 2021 13:29:17 +0000 (15:29 +0200)
commita2072cc3460d7fa835e2f967c5122ffa3dfaec05
treebbe5fe383ceef04c51d686ad2a44361591c978a5
parentfea23d0323f025f610b2a98938878f5902af0fab
http: rename EitherStream to MaybeTlsStream

And rename the enum values. Added an additional enum called Proxied.

The enum in now more specialized, but we only use it for the http client anyways.
src/tools/async_io.rs
src/tools/http.rs