Skip to content

Commit

Permalink
Resolve merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
CTMBNara committed Jun 18, 2022
1 parent 7833c98 commit 688155e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private static byte[] compressIfRequired(byte[] body, MultiMap headers) {

private static byte[] gzip(byte[] value) {
try (ByteArrayOutputStream obj = new ByteArrayOutputStream();
GZIPOutputStream gzip = new GZIPOutputStream(obj)) {
GZIPOutputStream gzip = new GZIPOutputStream(obj)) {

gzip.write(value);
gzip.finish();
Expand Down

0 comments on commit 688155e

Please sign in to comment.