From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Dietmar Maurer <dietmar@proxmox.com>
Subject: [pbs-devel] applied-series: [RFC proxmox-backup 0/5] proxy support for HttpsConnector
Date: Wed, 21 Apr 2021 16:33:06 +0200 [thread overview]
Message-ID: <b3128a9b-b7e1-531e-1aa8-3b248f559cc5@proxmox.com> (raw)
In-Reply-To: <20210421111702.19095-1-dietmar@proxmox.com>
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.
prev parent reply other threads:[~2021-04-21 14:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 11:16 [pbs-devel] " Dietmar Maurer
2021-04-21 11:16 ` [pbs-devel] [RFC proxmox-backup 1/5] http: rename EitherStream to MaybeTlsStream Dietmar Maurer
2021-04-21 11:16 ` [pbs-devel] [RFC proxmox-backup 2/5] MaybeTlsStream: implement poll_write_vectored() Dietmar Maurer
2021-04-21 11:17 ` [pbs-devel] [RFC proxmox-backup 3/5] new http client implementation SimpleHttp (avoid static HTTP_CLIENT) Dietmar Maurer
2021-04-21 11:17 ` [pbs-devel] [RFC proxmox-backup 4/5] HttpsConnector: code cleanup Dietmar Maurer
2021-04-21 11:17 ` [pbs-devel] [RFC proxmox-backup 5/5] HttpsConnector: add proxy support Dietmar Maurer
2021-04-21 12:12 ` [pbs-devel] [RFC proxmox-backup 0/5] proxy support for HttpsConnector Wolfgang Bumiller
2021-04-21 14:33 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b3128a9b-b7e1-531e-1aa8-3b248f559cc5@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=dietmar@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.