public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [RFC proxmox-backup 0/5] proxy support for HttpsConnector
@ 2021-04-21 11:16 Dietmar Maurer
  2021-04-21 11:16 ` [pbs-devel] [RFC proxmox-backup 1/5] http: rename EitherStream to MaybeTlsStream Dietmar Maurer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dietmar Maurer @ 2021-04-21 11:16 UTC (permalink / raw)
  To: pbs-devel

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-21 14:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 11:16 [pbs-devel] [RFC proxmox-backup 0/5] proxy support for HttpsConnector 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 ` [pbs-devel] applied-series: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal