Hello Adar Dembo,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/15059

to review the following change.


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
---
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(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/15059/1
--
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: newchange
Gerrit-Change-Id: If97d883483a7313bd5496af68b17e968a5223b1a
Gerrit-Change-Number: 15059
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>

Reply via email to