From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup v2 0/5] add compression to api/static files
Date: Thu, 1 Apr 2021 16:11:18 +0200 [thread overview]
Message-ID: <20210401141123.12964-1-d.csapak@proxmox.com> (raw)
by using the flate2 crate
this series will also help send a simpler version of my zip deflate
encoder patch (i'll send that in the next few days)
changes from v1:
* drop file caching and related functions
* change type of `inner` in DeflateEncoder from
Stream<Item = Result<Bytes, io::Error>> + Unpin
to
Stream<Item = Result<Into<Bytes>, io::Error>> + Unpin
so that we can use it with the AsyncStreamReader (for files)
Dominik Csapak (5):
tools: add compression module
tools/compression: add DeflateEncoder and helpers
server/rest: add helper to extract compression headers
server/rest: compress api calls
server/rest: compress static files
Cargo.toml | 1 +
src/server/rest.rs | 129 ++++++++++++++++++----
src/tools.rs | 1 +
src/tools/compression.rs | 228 +++++++++++++++++++++++++++++++++++++++
4 files changed, 336 insertions(+), 23 deletions(-)
create mode 100644 src/tools/compression.rs
--
2.20.1
next reply other threads:[~2021-04-01 14:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-01 14:11 Dominik Csapak [this message]
2021-04-01 14:11 ` [pbs-devel] [PATCH proxmox-backup v2 1/5] tools: add compression module Dominik Csapak
2021-04-02 12:07 ` Thomas Lamprecht
2021-04-01 14:11 ` [pbs-devel] [PATCH proxmox-backup v2 2/5] tools/compression: add DeflateEncoder and helpers Dominik Csapak
2021-04-02 12:14 ` Thomas Lamprecht
2021-04-01 14:11 ` [pbs-devel] [PATCH proxmox-backup v2 3/5] server/rest: add helper to extract compression headers Dominik Csapak
2021-04-02 12:20 ` Thomas Lamprecht
2021-04-01 14:11 ` [pbs-devel] [PATCH proxmox-backup v2 4/5] server/rest: compress api calls Dominik Csapak
2021-04-01 14:11 ` [pbs-devel] [PATCH proxmox-backup v2 5/5] server/rest: compress static files Dominik Csapak
2021-04-02 12:32 ` Thomas Lamprecht
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=20210401141123.12964-1-d.csapak@proxmox.com \
--to=d.csapak@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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal