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

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Apr 21 14:12:59 CEST 2021


looks fine to me, I'll have to rebase the http usage in my acme series
when this is pushed

On Wed, Apr 21, 2021 at 01:16:57PM +0200, Dietmar Maurer wrote:
> 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