-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Feat: support compression in HTTP clients #2282
Feat: support compression in HTTP clients #2282
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
e541382
to
306fd4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I think that the reqwest features should also be enabled in mithril-aggregator
and mithril-relay
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
just a suggestion
306fd4d
to
473876e
Compare
473876e
to
1686182
Compare
1686182
to
aecb205
Compare
62db4a8
to
920bacd
Compare
099d745
to
abb715e
Compare
abb715e
to
9db9430
Compare
Accept-Encoding
HTTP header for signer and client requestsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
…ency since the wasm library doesn't require `enable-http-compression`
…an Accept-Encoding header by default.
* mithril-aggregator from `0.7.0` to `0.7.1` * mithril-client-wasm from `0.8.0` to `0.8.1` * mithril-client from `0.11.0` to `0.11.1` * mithril-relay from `0.1.33` to `0.1.34` * mithril-signer from `0.2.227` to `0.2.228` * [js] mithril-client-wasm from `0.8.0` to `0.8.1`
9db9430
to
d3228da
Compare
Content
This PR includes the
Accept-Encoding: gzip, deflate
header for requests sent by the signer node and the Mithril client library, allowing the aggregator to respond with compressed data.Pre-submit checklist
Issue(s)
Closes #2286