Fixed a 'shouldn't reach here' error
This commit is contained in:
parent
5ee6da3892
commit
ebe77cef21
@ -180,8 +180,8 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
|
||||
}
|
||||
} else {
|
||||
checkpoint(State.READ_CHUNK_FOOTER);
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
default: {
|
||||
throw new Error("Shouldn't reach here.");
|
||||
|
Loading…
Reference in New Issue
Block a user