Re: [pve-devel] [PATCH http-server] http: support Content-Encoding=deflate

2024-04-16 Thread Thomas Lamprecht
Am 16/04/2024 um 13:44 schrieb Maximiliano Sandoval: > Add support for compressing the body of responses with > `Content-Encoding=deflate` as per [RFC9110]. Note that in this context > `deflate` is actually a "zlib" data format as defined in [RFC1950]. > > [RFC9110]

[pve-devel] [PATCH http-server] http: support Content-Encoding=deflate

2024-04-16 Thread Maximiliano Sandoval
Add support for compressing the body of responses with `Content-Encoding=deflate` as per [RFC9110]. Note that in this context `deflate` is actually a "zlib" data format as defined in [RFC1950]. [RFC9110] https://www.rfc-editor.org/rfc/rfc9110#name-deflate-coding [RFC1950]