Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Allen <tony@allen.gg>
  • Loading branch information
tonya11en committed Dec 13, 2023
1 parent 83eaa8a commit 20f5b8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/common/grpc/google_grpc_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <atomic>
#include <cstdint>
#include <cstring>
#include <grpc/compression.h>
#include <string>

#include "envoy/grpc/google_grpc_creds.h"
Expand Down Expand Up @@ -129,6 +130,10 @@ GoogleGrpcUtils::channelArgsFromConfig(const envoy::config::core::v3::GrpcServic
PANIC_DUE_TO_PROTO_UNSET;
}
}

// @tallen hax.
args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP);

return args;
}

Expand Down

0 comments on commit 20f5b8b

Please sign in to comment.