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
The need has been spotted in issue hashicorp#3687.
Using "NYTimes/gziphandler", the http api responses can now be compressed if required.
The Go API requires compressed response if possible and handle the compressed response.
We here change only the http api (not the UI for instance).
consul version
for both Client and ServerClient:
0.9.3
Server:
0.9.3
Description of the Issue (and unexpected/desired result)
Consul does not compress answers of the http api.
Reproduction steps
Using
Accept-Encoding
header does not modify consul response.curl --compressed -v 'consul.service.consul.prod.crto.in:8500/v1/health/service/web-rtb-eu?passing=true&stale='
returns:
response is 500K but could be compressed to ~30K
The text was updated successfully, but these errors were encountered: