Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15059 )
Change subject: webserver: use faster gzip compression ...................................................................... webserver: use faster gzip compression If an HTTP client indicates that it supports gzip, we gzip-compress the web response. This can be beneficial over slow links, but the default gzip compression level is pretty slow. This changes the gzip compression to use the fastest level, which is several times faster, without that much loss in space. Change-Id: If97d883483a7313bd5496af68b17e968a5223b1a Reviewed-on: http://gerrit.cloudera.org:8080/15059 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/server/webserver.cc M src/kudu/util/zlib.cc M src/kudu/util/zlib.h 3 files changed, 10 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/15059 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If97d883483a7313bd5496af68b17e968a5223b1a Gerrit-Change-Number: 15059 Gerrit-PatchSet: 3 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
