Skip to content

Commit

Permalink
Match previous name
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Sep 29, 2023
1 parent e6209c7 commit 54a0a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ protected void initChannel(Channel childChannel) throws Exception {
.addLast("byte_buf_sizer", byteBufSizer)
.addLast("read_timeout", new ReadTimeoutHandler(transport.readTimeoutMillis, TimeUnit.MILLISECONDS))
.addLast("header_verifier", transport.createHeaderVerifier())
.addLast("decoder_compress", new Netty4ConditionalDecompressor());
.addLast("decoder_decompress", new Netty4ConditionalDecompressor());

if (handlingSettings.isCompression()) {
childChannel.pipeline()
Expand Down

0 comments on commit 54a0a96

Please sign in to comment.