We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a prototype of this (https://github.com/pjfanning/kamon-spm/commit/39a33b740cf1a030e76da60797fc64b10f73e3af). I have confirmed that SPM service can handle the GZIP encoded requests. We could make the content encoding a parameter in the kamon-spm conf, allowing users to control the behaviour. For example: "content-encoding": "gzip|deflate|identity"
AsyncHttpClient does not support GZIP encoding of requests (AsyncHttpClient/async-http-client#93).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a prototype of this (https://github.com/pjfanning/kamon-spm/commit/39a33b740cf1a030e76da60797fc64b10f73e3af).
I have confirmed that SPM service can handle the GZIP encoded requests.
We could make the content encoding a parameter in the kamon-spm conf, allowing users to control the behaviour.
For example:
"content-encoding": "gzip|deflate|identity"
AsyncHttpClient does not support GZIP encoding of requests (AsyncHttpClient/async-http-client#93).
The text was updated successfully, but these errors were encountered: