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

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Apr 21 16:33:06 CEST 2021


On 21.04.21 13:16, 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(-)
> 

LGTM too, so applied, thanks!

@Dylan, please use this and Wolfgang's in-progress node config as new base
for the proxy feature. For the latter you may want for the next version,
or talk/coordinate with Wolfgang as we decided against implementing a direct
serde parser for now.





More information about the pbs-devel mailing list