Skip to content

Commit

Permalink
kong.tools.gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 10, 2023
1 parent 2528584 commit c5416bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kong/clustering/rpc/serializer.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
local cjson = require("cjson.safe")
local utils = require("kong.tools.utils")
local gzip = require("kong.tools.gzip")


local assert = assert


local compress = utils.deflate_gzip
local uncompress = utils.inflate_gzip
local compress = gzip.deflate_gzip
local uncompress = gzip.inflate_gzip


local cjson_encode = cjson.encode
Expand Down

0 comments on commit c5416bb

Please sign in to comment.