You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable gzip by default (#231)
The original code did not set DisableCompression=true , which caused
gzip to be enabled by default; after the fix, it is disabled, meeting
the requirements.
Signed-off-by: chenhuan <xiangyuyu_2024@qq.com>
feat(perf): enable config encoding for querying large results (#191)
### Description
This is to adapt the large response from the server side, in the inner
server side , we already support the `x-msgpack` content type.
## Related DOCS update
openGemini/openGemini.github.io#136
### Changes
1. add config property `Codec` for client creation
2. when the Codec is enabled, will apply to the http request by setting
the header accordingly
---------
Signed-off-by: kaixuan xu <triumph_9431@qq.com>
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
Co-authored-by: ZhangJian He <shoothzj@gmail.com>