Comment on Compression efficiency with shared dictionaries in ChromeparentComments−lozenge2yIt might be compressible. HTTP/3 includes compression of request headers. Base64 doesn't use the top two bits in a byte so it's compressible.
Comments
It might be compressible. HTTP/3 includes compression of request headers. Base64 doesn't use the top two bits in a byte so it's compressible.