[pbs-devel] [PATCH proxmox] rest-server: Encode with zlib headers

Maximiliano Sandoval m.sandoval at proxmox.com
Thu Jul 25 09:35:47 CEST 2024


Thomas Lamprecht <t.lamprecht at proxmox.com> writes:

> Am 22/07/2024 um 07:56 schrieb Max Carrara:
>>> Does the "does what it says on the tin" part also mean you tested this
>>> explicitly? Just wondering why no T-b was given and how closely I need
>>> to check this out 😉
>>
>> Maybe I should use less colorful sayings next time, but no, I hadn't
>> tested this, hence the missing T-b tag 😉
>
> :-)
>  
>> Though, for good measure I tested it now - all responses use the
>> "Content-Encoding: deflate" header and compress the correctly in
>> Firefox. Furthermore, when making a request without the header, the
>> content is not encoded at all (tested with curl).
>> 
>> So, my trailers are now as follows:
>> 
>> Reviewed-by: Max Carrara <m.carrara at proxmox.com>
>> Tested-by: Max Carrara <m.carrara at proxmox.com>
>
> Many thanks! While I appreciate the R-b, for such changes that change
> semantics one some public interface/protocol/service I'd slightly prefer
> the T-b over it, at least if one would have only time to do either
> review or testing; doing both test and review is naturally always nicer.

One thing that I forgot to mention is that as per the note in [RFC 9110,
8.4.1.2] it is relatively common to have non-conformant implementations.
Hence, some clients (notably browsers) might support decoding
non-conformant payloads without the zlib header set, explaining why this
was working up to this point.

[RFC 9110] https://www.rfc-editor.org/rfc/rfc9110#field.content-encoding

-- 
Maximiliano




More information about the pbs-devel mailing list