[Clean] Remove useless code (#11154)
Motivation: There is an unused field Modifications: Remove useless code Result: Code cleanup Co-authored-by: xingrufei <xingrufei@sogou-inc.com>
This commit is contained in:
parent
1a5ebfb999
commit
976486f021
@ -29,7 +29,6 @@ import io.netty.util.ByteProcessor;
|
||||
import io.netty.util.internal.AppendableCharSequence;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Decodes {@link ByteBuf}s into {@link HttpMessage}s and
|
||||
@ -130,7 +129,6 @@ public abstract class HttpObjectDecoder extends ByteToMessageDecoder {
|
||||
public static final boolean DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS = false;
|
||||
|
||||
private static final String EMPTY_VALUE = "";
|
||||
private static final Pattern COMMA_PATTERN = Pattern.compile(",");
|
||||
|
||||
private final int maxChunkSize;
|
||||
private final boolean chunkedSupported;
|
||||
|
Loading…
Reference in New Issue
Block a user