-
I found the gzip feature and when searching the code it seems like it only adds the decompression layer. But who/where is the accept-encoding request header set? my understanding is that api server will only compress if both the request header is set and the feature gate is enabled. |
Beta Was this translation helpful? Give feedback.
Answered by
clux
Sep 24, 2022
Replies: 1 comment 2 replies
-
As far as I've understood it, the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
goenning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I've understood it, the
DecompressionLayer
is in charge of setting theAccept-Encoding
header to requests.