[pbs-devel] [RFC proxmox-backup 0/5] proxy support for HttpsConnector

Dietmar Maurer dietmar at proxmox.com
Wed Apr 21 13:16:57 CEST 2021


This time without using an external crate.

Note: Secured proxy connections are not supported (rarely used feature?)

Dietmar Maurer (5):
  http: rename EitherStream to MaybeTlsStream
  MaybeTlsStream: implement poll_write_vectored()
  new http client implementation SimpleHttp (avoid static HTTP_CLIENT)
  HttpsConnector: code cleanup
  HttpsConnector: add proxy support

 src/api2/node/apt.rs      |   8 +-
 src/tools/async_io.rs     |  90 +++++++---
 src/tools/http.rs         | 336 +++++++++++++++++++++++++++-----------
 src/tools/subscription.rs |  10 +-
 4 files changed, 316 insertions(+), 128 deletions(-)

-- 
2.20.1





More information about the pbs-devel mailing list